Html Css Color HEX #992CEB Blue Violet

📋 copy color: '#992CEB'

red 153 ◦ green 44 ◦ blue 235

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

Shades of Blue Violet #992CEB

Tints of Blue Violet #992CEB

RGB

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

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

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

R = 35.42%
G = 10.19%
B = 54.4%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#992CEB (or 0x992CEB) is known color: Blue Violet. HEX triplet: 99, 2C and EB. RGB value is (153,44,235). Sum of RGB (Red+Green+Blue) = 153+44+235=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #992CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992CEB is #66D314. Grayscale: #616161. Windows color (decimal): -6738709 or 15412377. OLE color: 15412377.

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

Color convert

RGB 153 44 235 -
CMYK 0.35 0.81 0 0.08
HSL 274.24º 0.83% 0.55% -
HSV(B) 274.24º 0.81% 0.92% -
XYZ 29.03 14.57 79.88 -
YUV 98.37 205.11 166.97 -
System Red Green Blue C M Y K H S L
Decimal 153 44 235 0.35 0.81 0 0.08 274.24 0.83 0.55
Hex 99 2C EB 23 51 0 8 112 53 37
Octal 231 54 353 43 121 0 10 422 123 67
Binary 10011001 101100 11101011 100011 1010001 0 1000 100010010 1010011 110111

Color Harmonies of #992CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CEB

Black with #992CEB

Text Example


Text Example

White with #992CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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