Html Css Color HEX #992397 Vivid Violet

📋 copy color: '#992397'

red 153 ◦ green 35 ◦ blue 151

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

Shades of Vivid Violet #992397

Tints of Vivid Violet #992397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 45.13%
G = 10.32%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#992397 (or 0x992397) is known color: Vivid Violet. HEX triplet: 99, 23 and 97. RGB value is (153,35,151). Sum of RGB (Red+Green+Blue) = 153+35+151=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #992397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992397 is #66DC68. Grayscale: #535353. Windows color (decimal): -6741097 or 9905049. OLE color: 9905049.

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

Color convert

RGB 153 35 151 -
CMYK 0 0.77 0.01 0.4
HSL 301.02º 0.63% 0.37% -
HSV(B) 301.02º 0.77% 0.6% -
XYZ 19.32 10.21 30.23 -
YUV 83.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 153 35 151 0 0.77 0.01 0.4 301.02 0.63 0.37
Hex 99 23 97 0 4D 1 28 12D 3F 25
Octal 231 43 227 0 115 1 50 455 77 45
Binary 10011001 100011 10010111 0 1001101 1 101000 100101101 111111 100101

Color Harmonies of #992397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992397

Black with #992397

Text Example


Text Example

White with #992397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992397; }

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

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

background-color css

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

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

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

border-color css

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

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

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