Html Css Color HEX #992BEA Blue Violet

📋 copy color: '#992BEA'

red 153 ◦ green 43 ◦ blue 234

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

Shades of Blue Violet #992BEA

Tints of Blue Violet #992BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 35.58%
G = 10%
B = 54.42%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#992BEA (or 0x992BEA) is known color: Blue Violet. HEX triplet: 99, 2B and EA. RGB value is (153,43,234). Sum of RGB (Red+Green+Blue) = 153+43+234=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #992BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BEA is #66D415. Grayscale: #616161. Windows color (decimal): -6738966 or 15346585. OLE color: 15346585.

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

Color convert

RGB 153 43 234 -
CMYK 0.35 0.82 0 0.08
HSL 274.56º 0.82% 0.54% -
HSV(B) 274.56º 0.82% 0.92% -
XYZ 28.85 14.44 79.11 -
YUV 97.66 204.94 167.47 -
System Red Green Blue C M Y K H S L
Decimal 153 43 234 0.35 0.82 0 0.08 274.56 0.82 0.54
Hex 99 2B EA 23 52 0 8 113 52 36
Octal 231 53 352 43 122 0 10 423 122 66
Binary 10011001 101011 11101010 100011 1010010 0 1000 100010011 1010010 110110

Color Harmonies of #992BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BEA

Black with #992BEA

Text Example


Text Example

White with #992BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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