Html Css Color HEX #992E96 Vivid Violet

📋 copy color: '#992E96'

red 153 ◦ green 46 ◦ blue 150

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

Shades of Vivid Violet #992E96

Tints of Vivid Violet #992E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 43.84%
G = 13.18%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#992E96 (or 0x992E96) is known color: Vivid Violet. HEX triplet: 99, 2E and 96. RGB value is (153,46,150). Sum of RGB (Red+Green+Blue) = 153+46+150=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #992E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E96 is #66D169. Grayscale: #595959. Windows color (decimal): -6738282 or 9842329. OLE color: 9842329.

HSL color Cylindrical-coordinate representation of color #992E96: hue angle of 301.68º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E96 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 46 150 -
CMYK 0 0.70 0.02 0.4
HSL 301.68º 0.54% 0.39% -
HSV(B) 301.68º 0.7% 0.6% -
XYZ 19.62 10.93 29.93 -
YUV 89.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 153 46 150 0 0.70 0.02 0.4 301.68 0.54 0.39
Hex 99 2E 96 0 46 2 28 12E 36 27
Octal 231 56 226 0 106 2 50 456 66 47
Binary 10011001 101110 10010110 0 1000110 10 101000 100101110 110110 100111

Color Harmonies of #992E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E96

Black with #992E96

Text Example


Text Example

White with #992E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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