Html Css Color HEX #99207F Dark Purple

📋 copy color: '#99207F'

red 153 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #99207F

Tints of Dark Purple #99207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 49.04%
G = 10.26%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99207F (or 0x99207F) is known color: Dark Purple. HEX triplet: 99, 20 and 7F. RGB value is (153,32,127). Sum of RGB (Red+Green+Blue) = 153+32+127=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99207F is #66DF80. Grayscale: #4E4E4E. Windows color (decimal): -6741889 or 8331417. OLE color: 8331417.

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

Color convert

RGB 153 32 127 -
CMYK 0 0.79 0.17 0.4
HSL 312.89º 0.65% 0.36% -
HSV(B) 312.89º 0.79% 0.6% -
XYZ 17.48 9.34 20.96 -
YUV 79.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 153 32 127 0 0.79 0.17 0.4 312.89 0.65 0.36
Hex 99 20 7F 0 4F 11 28 139 41 24
Octal 231 40 177 0 117 21 50 471 101 44
Binary 10011001 100000 1111111 0 1001111 10001 101000 100111001 1000001 100100

Color Harmonies of #99207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99207F

Black with #99207F

Text Example


Text Example

White with #99207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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