#992EF6

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

Shades of Blue Violet #992EF6

Tints of Blue Violet #992EF6

Color information

#992EF6 (or 0x992EF6) is unknown color: approx Blue Violet. HEX triplet: 99, 2E and F6. RGB value is (153,46,246). Sum of RGB (Red+Green+Blue) = 153+46+246=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #992EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EF6 is #66D109. Grayscale: #646464. Windows color (decimal): -6738186 or 16133785. OLE color: 16133785.

HSL color Cylindrical-coordinate representation of color #992EF6: hue angle of 272.1º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992EF6 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15346246-
CMYK0.380.8100.04
HSL272.1º91.74%57.25%-
HSV(B)272.1º81.3%96.47%-
XYZ30.7515.3888.54-
YUV100.79209.95165.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 46 (18.36% from 255) = 10.34%
BLUE value IS 246 (96.48% from 255) = 55.28%
R=34.38%
G=10.34%
B=55.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal153462460.380.8100.04272.191.7457.25
Hex992EF62651041105c39
Octal23156366461210442013471
Binary1001100110111011110110100110101000101001000100001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992EF6; }

 p { color: rgb(153,46,246); }

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

<style>
 a { background-color: #992EF6; }

 a { background-color: rgb(153,46,246); }

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

<style>
 span { border-color: #992EF6; }

 span { border-color: rgb(153,46,246); }

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