Html Css Color HEX #99208E Dark Purple

📋 copy color: '#99208E'

red 153 ◦ green 32 ◦ blue 142

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

Shades of Dark Purple #99208E

Tints of Dark Purple #99208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 46.79%
G = 9.79%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99208E (or 0x99208E) is known color: Dark Purple. HEX triplet: 99, 20 and 8E. RGB value is (153,32,142). Sum of RGB (Red+Green+Blue) = 153+32+142=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99208E is #66DF71. Grayscale: #505050. Windows color (decimal): -6741874 or 9314457. OLE color: 9314457.

HSL color Cylindrical-coordinate representation of color #99208E: hue angle of 305.45º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99208E is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 142 -
CMYK 0 0.79 0.07 0.4
HSL 305.45º 0.65% 0.36% -
HSV(B) 305.45º 0.79% 0.6% -
XYZ 18.54 9.76 26.5 -
YUV 80.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 153 32 142 0 0.79 0.07 0.4 305.45 0.65 0.36
Hex 99 20 8E 0 4F 7 28 131 41 24
Octal 231 40 216 0 117 7 50 461 101 44
Binary 10011001 100000 10001110 0 1001111 111 101000 100110001 1000001 100100

Color Harmonies of #99208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99208E

Black with #99208E

Text Example


Text Example

White with #99208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99208E; }

 p { color: rgb(153,32,142); }

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

background-color css

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

 a { background-color: rgb(153,32,142); }

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

border-color css

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

 span { border-color: rgb(153,32,142); }

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