Html Css Color HEX #992BE7 Blue Violet

📋 copy color: '#992BE7'

red 153 ◦ green 43 ◦ blue 231

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

Shades of Blue Violet #992BE7

Tints of Blue Violet #992BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.1%

R = 35.83%
G = 10.07%
B = 54.1%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#992BE7 (or 0x992BE7) is known color: Blue Violet. HEX triplet: 99, 2B and E7. RGB value is (153,43,231). Sum of RGB (Red+Green+Blue) = 153+43+231=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #992BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BE7 is #66D418. Grayscale: #606060. Windows color (decimal): -6738969 or 15149977. OLE color: 15149977.

HSL color Cylindrical-coordinate representation of color #992BE7: hue angle of 275.11º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992BE7 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 43 231 -
CMYK 0.34 0.81 0 0.09
HSL 275.11º 0.8% 0.54% -
HSV(B) 275.11º 0.81% 0.91% -
XYZ 28.42 14.27 76.86 -
YUV 97.32 203.44 167.71 -
System Red Green Blue C M Y K H S L
Decimal 153 43 231 0.34 0.81 0 0.09 275.11 0.8 0.54
Hex 99 2B E7 22 51 0 9 113 50 36
Octal 231 53 347 42 121 0 11 423 120 66
Binary 10011001 101011 11100111 100010 1010001 0 1001 100010011 1010000 110110

Color Harmonies of #992BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BE7

Black with #992BE7

Text Example


Text Example

White with #992BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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