Html Css Color HEX #992BEE Blue Violet

📋 copy color: '#992BEE'

red 153 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #992BEE

Tints of Blue Violet #992BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.91%

 BLUE value IS 238 (93.36% from 255) = 54.84%

R = 35.25%
G = 9.91%
B = 54.84%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#992BEE (or 0x992BEE) is known color: Blue Violet. HEX triplet: 99, 2B and EE. RGB value is (153,43,238). Sum of RGB (Red+Green+Blue) = 153+43+238=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #992BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BEE is #66D411. Grayscale: #616161. Windows color (decimal): -6738962 or 15608729. OLE color: 15608729.

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

Color convert

RGB 153 43 238 -
CMYK 0.36 0.82 0 0.07
HSL 273.85º 0.85% 0.55% -
HSV(B) 273.85º 0.82% 0.93% -
XYZ 29.43 14.67 82.17 -
YUV 98.12 206.94 167.14 -
System Red Green Blue C M Y K H S L
Decimal 153 43 238 0.36 0.82 0 0.07 273.85 0.85 0.55
Hex 99 2B EE 24 52 0 7 112 55 37
Octal 231 53 356 44 122 0 7 422 125 67
Binary 10011001 101011 11101110 100100 1010010 0 111 100010010 1010101 110111

Color Harmonies of #992BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BEE

Black with #992BEE

Text Example


Text Example

White with #992BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,43,238); }

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

background-color css

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

 a { background-color: rgb(153,43,238); }

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

border-color css

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

 span { border-color: rgb(153,43,238); }

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