Html Css Color HEX #99208A Dark Purple

📋 copy color: '#99208A'

red 153 ◦ green 32 ◦ blue 138

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

Shades of Dark Purple #99208A

Tints of Dark Purple #99208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 47.37%
G = 9.91%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99208A (or 0x99208A) is known color: Dark Purple. HEX triplet: 99, 20 and 8A. RGB value is (153,32,138). Sum of RGB (Red+Green+Blue) = 153+32+138=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #99208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99208A is #66DF75. Grayscale: #4F4F4F. Windows color (decimal): -6741878 or 9052313. OLE color: 9052313.

HSL color Cylindrical-coordinate representation of color #99208A: hue angle of 307.44º 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 #99208A is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 138 -
CMYK 0 0.79 0.10 0.4
HSL 307.44º 0.65% 0.36% -
HSV(B) 307.44º 0.79% 0.6% -
XYZ 18.24 9.64 24.94 -
YUV 80.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 153 32 138 0 0.79 0.10 0.4 307.44 0.65 0.36
Hex 99 20 8A 0 4F A 28 133 41 24
Octal 231 40 212 0 117 12 50 463 101 44
Binary 10011001 100000 10001010 0 1001111 1010 101000 100110011 1000001 100100

Color Harmonies of #99208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99208A

Black with #99208A

Text Example


Text Example

White with #99208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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