#924DF6

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

Shades of Blue Violet #924DF6

Tints of Blue Violet #924DF6

Color information

#924DF6 (or 0x924DF6) is unknown color: approx Blue Violet. HEX triplet: 92, 4D and F6. RGB value is (146,77,246). Sum of RGB (Red+Green+Blue) = 146+77+246=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #924DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924DF6 is #6DB209. Grayscale: #747474. Windows color (decimal): -7189002 or 16141714. OLE color: 16141714.

HSL color Cylindrical-coordinate representation of color #924DF6: hue angle of 264.5º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #924DF6 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14677246-
CMYK0.410.6900.04
HSL264.5º90.37%63.33%-
HSV(B)264.5º68.7%96.47%-
XYZ31.1418.0789.04-
YUV116.9200.86148.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 246 (96.48% from 255) = 52.45%
R=31.13%
G=16.42%
B=52.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal146772460.410.6900.04264.590.3763.33
Hex924DF62945041085a3f
Octal222115366511050441013277
Binary10010010100110111110110101001100010101001000010001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924DF6; }

 p { color: rgb(146,77,246); }

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

<style>
 a { background-color: #924DF6; }

 a { background-color: rgb(146,77,246); }

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

<style>
 span { border-color: #924DF6; }

 span { border-color: rgb(146,77,246); }

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