Html Css Color HEX #992497 Vivid Violet

📋 copy color: '#992497'

red 153 ◦ green 36 ◦ blue 151

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

Shades of Vivid Violet #992497

Tints of Vivid Violet #992497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

 BLUE value IS 151 (59.38% from 255) = 44.41%

R = 45%
G = 10.59%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#992497 (or 0x992497) is known color: Vivid Violet. HEX triplet: 99, 24 and 97. RGB value is (153,36,151). Sum of RGB (Red+Green+Blue) = 153+36+151=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #992497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992497 is #66DB68. Grayscale: #535353. Windows color (decimal): -6740841 or 9905305. OLE color: 9905305.

HSL color Cylindrical-coordinate representation of color #992497: hue angle of 301.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992497 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 36 151 -
CMYK 0 0.76 0.01 0.4
HSL 301.03º 0.62% 0.37% -
HSV(B) 301.03º 0.76% 0.6% -
XYZ 19.35 10.27 30.24 -
YUV 84.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 153 36 151 0 0.76 0.01 0.4 301.03 0.62 0.37
Hex 99 24 97 0 4C 1 28 12D 3E 25
Octal 231 44 227 0 114 1 50 455 76 45
Binary 10011001 100100 10010111 0 1001100 1 101000 100101101 111110 100101

Color Harmonies of #992497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992497

Black with #992497

Text Example


Text Example

White with #992497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992497; }

 p { color: rgb(153,36,151); }

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

background-color css

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

 a { background-color: rgb(153,36,151); }

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

border-color css

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

 span { border-color: rgb(153,36,151); }

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