#914BF9

Color #914BF9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #914BF9

Tints of Blue Violet #914BF9

Color information

#914BF9 (or 0x914BF9) is unknown color: approx Blue Violet. HEX triplet: 91, 4B and F9. RGB value is (145,75,249). Sum of RGB (Red+Green+Blue) = 145+75+249=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #914BF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #914BF9 is #6EB406. Grayscale: #737373. Windows color (decimal): -7255047 or 16337809. OLE color: 16337809.

HSL color Cylindrical-coordinate representation of color #914BF9: hue angle of 264.14º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #914BF9 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14575249-
CMYK0.420.7000.02
HSL264.14º93.55%63.53%-
HSV(B)264.14º69.88%97.65%-
XYZ31.2917.8991.43-
YUV115.77203.19148.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 75 (29.69% from 255) = 15.99%
BLUE value IS 249 (97.66% from 255) = 53.09%
R=30.92%
G=15.99%
B=53.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal145752490.420.7000.02264.1493.5563.53
Hex914BF92A46021085e40
Octal2211133715210602410136100
Binary10010001100101111111001101010100011001010000100010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914BF9; }

 p { color: rgb(145,75,249); }

 H1.HeaderClassName
 {
   color: #914BF9;
 }
 .AnyTagClassName
 {
   color: #914BF9;
 }
</style>
background-color css

<style>
 a { background-color: #914BF9; }

 a { background-color: rgb(145,75,249); }

 div.DivClassName
 {
   background-color: #914BF9;
 }
 .BgClassName
 {
   background-color: #914BF9;
 }
</style>
border-color css

<style>
 span { border-color: #914BF9; }

 span { border-color: rgb(145,75,249); }

 td.TdClassName
 {
   border-color: #914BF9;
 }
 .TagClassName
 {
   border-color: #914BF9;
 }
</style>