#992DEF

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

Shades of Blue Violet #992DEF

Tints of Blue Violet #992DEF

Color information

#992DEF (or 0x992DEF) is unknown color: approx Blue Violet. HEX triplet: 99, 2D and EF. RGB value is (153,45,239). Sum of RGB (Red+Green+Blue) = 153+45+239=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #992DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992DEF is #66D210. Grayscale: #626262. Windows color (decimal): -6738449 or 15674777. OLE color: 15674777.

HSL color Cylindrical-coordinate representation of color #992DEF: hue angle of 273.4º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992DEF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15345239-
CMYK0.360.8100.06
HSL273.4º85.84%55.69%-
HSV(B)273.4º81.17%93.73%-
XYZ29.6614.8882.97-
YUV99.41206.78166.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 45 (17.97% from 255) = 10.30%
BLUE value IS 239 (93.75% from 255) = 54.69%
R=35.01%
G=10.30%
B=54.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal153452390.360.8100.06273.485.8455.69
Hex992DEF2451061115638
Octal23155357441210642112670
Binary1001100110110111101111100100101000101101000100011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,45,239); }

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

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

 a { background-color: rgb(153,45,239); }

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

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

 span { border-color: rgb(153,45,239); }

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