Html Css Color HEX #992EEB Blue Violet

📋 copy color: '#992EEB'

red 153 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #992EEB

Tints of Blue Violet #992EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.6%

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 35.25%
G = 10.6%
B = 54.15%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#992EEB (or 0x992EEB) is known color: Blue Violet. HEX triplet: 99, 2E and EB. RGB value is (153,46,235). Sum of RGB (Red+Green+Blue) = 153+46+235=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #992EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EEB is #66D114. Grayscale: #626262. Windows color (decimal): -6738197 or 15412889. OLE color: 15412889.

HSL color Cylindrical-coordinate representation of color #992EEB: hue angle of 273.97º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992EEB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 46 235 -
CMYK 0.35 0.80 0 0.08
HSL 273.97º 0.83% 0.55% -
HSV(B) 273.97º 0.8% 0.92% -
XYZ 29.11 14.72 79.91 -
YUV 99.54 204.45 166.13 -
System Red Green Blue C M Y K H S L
Decimal 153 46 235 0.35 0.80 0 0.08 273.97 0.83 0.55
Hex 99 2E EB 23 50 0 8 112 53 37
Octal 231 56 353 43 120 0 10 422 123 67
Binary 10011001 101110 11101011 100011 1010000 0 1000 100010010 1010011 110111

Color Harmonies of #992EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992EEB

Black with #992EEB

Text Example


Text Example

White with #992EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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