Html Css Color HEX #992B9E Vivid Violet

📋 copy color: '#992B9E'

red 153 ◦ green 43 ◦ blue 158

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

Shades of Vivid Violet #992B9E

Tints of Vivid Violet #992B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 43.22%
G = 12.15%
B = 44.63%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#992B9E (or 0x992B9E) is known color: Vivid Violet. HEX triplet: 99, 2B and 9E. RGB value is (153,43,158). Sum of RGB (Red+Green+Blue) = 153+43+158=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #992B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992B9E is #66D461. Grayscale: #585858. Windows color (decimal): -6739042 or 10365849. OLE color: 10365849.

HSL color Cylindrical-coordinate representation of color #992B9E: hue angle of 297.39º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992B9E is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 43 158 -
CMYK 0.03 0.73 0 0.38
HSL 297.39º 0.57% 0.39% -
HSV(B) 297.39º 0.73% 0.62% -
XYZ 20.17 10.97 33.4 -
YUV 89 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 153 43 158 0.03 0.73 0 0.38 297.39 0.57 0.39
Hex 99 2B 9E 3 49 0 26 129 39 27
Octal 231 53 236 3 111 0 46 451 71 47
Binary 10011001 101011 10011110 11 1001001 0 100110 100101001 111001 100111

Color Harmonies of #992B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B9E

Black with #992B9E

Text Example


Text Example

White with #992B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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