Html Css Color HEX #992CEF Blue Violet

📋 copy color: '#992CEF'

red 153 ◦ green 44 ◦ blue 239

#992CEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #992CEF

Tints of Blue Violet #992CEF

RGB

 RED value IS 153 (60.16% from 255) = 35.09%

 GREEN value IS 44 (17.58% from 255) = 10.09%

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 35.09%
G = 10.09%
B = 54.82%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#992CEF (or 0x992CEF) is known color: Blue Violet. HEX triplet: 99, 2C and EF. RGB value is (153,44,239). Sum of RGB (Red+Green+Blue) = 153+44+239=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #992CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992CEF is #66D310. Grayscale: #626262. Windows color (decimal): -6738705 or 15674521. OLE color: 15674521.

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

Color convert

RGB 153 44 239 -
CMYK 0.36 0.82 0 0.06
HSL 273.54º 0.86% 0.55% -
HSV(B) 273.54º 0.82% 0.94% -
XYZ 29.62 14.81 82.96 -
YUV 98.82 207.11 166.64 -
System Red Green Blue C M Y K H S L
Decimal 153 44 239 0.36 0.82 0 0.06 273.54 0.86 0.55
Hex 99 2C EF 24 52 0 6 112 56 37
Octal 231 54 357 44 122 0 6 422 126 67
Binary 10011001 101100 11101111 100100 1010010 0 110 100010010 1010110 110111

Color Harmonies of #992CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CEF

Black with #992CEF

Text Example


Text Example

White with #992CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #992CEF;
 }
 .AnyTagClassName
 {
   color: #992CEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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