Html Css Color HEX #99207A Dark Purple

📋 copy color: '#99207A'

red 153 ◦ green 32 ◦ blue 122

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

Shades of Dark Purple #99207A

Tints of Dark Purple #99207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 49.84%
G = 10.42%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99207A (or 0x99207A) is known color: Dark Purple. HEX triplet: 99, 20 and 7A. RGB value is (153,32,122). Sum of RGB (Red+Green+Blue) = 153+32+122=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #99207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99207A is #66DF85. Grayscale: #4E4E4E. Windows color (decimal): -6741894 or 8003737. OLE color: 8003737.

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

Color convert

RGB 153 32 122 -
CMYK 0 0.79 0.20 0.4
HSL 315.37º 0.65% 0.36% -
HSV(B) 315.37º 0.79% 0.6% -
XYZ 17.17 9.21 19.29 -
YUV 78.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 153 32 122 0 0.79 0.20 0.4 315.37 0.65 0.36
Hex 99 20 7A 0 4F 14 28 13B 41 24
Octal 231 40 172 0 117 24 50 473 101 44
Binary 10011001 100000 1111010 0 1001111 10100 101000 100111011 1000001 100100

Color Harmonies of #99207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99207A

Black with #99207A

Text Example


Text Example

White with #99207A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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