Html Css Color HEX #99207D Dark Purple

📋 copy color: '#99207D'

red 153 ◦ green 32 ◦ blue 125

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

Shades of Dark Purple #99207D

Tints of Dark Purple #99207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 49.35%
G = 10.32%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99207D (or 0x99207D) is known color: Dark Purple. HEX triplet: 99, 20 and 7D. RGB value is (153,32,125). Sum of RGB (Red+Green+Blue) = 153+32+125=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99207D is #66DF82. Grayscale: #4E4E4E. Windows color (decimal): -6741891 or 8200345. OLE color: 8200345.

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

Color convert

RGB 153 32 125 -
CMYK 0 0.79 0.18 0.4
HSL 313.88º 0.65% 0.36% -
HSV(B) 313.88º 0.79% 0.6% -
XYZ 17.36 9.29 20.28 -
YUV 78.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 153 32 125 0 0.79 0.18 0.4 313.88 0.65 0.36
Hex 99 20 7D 0 4F 12 28 13A 41 24
Octal 231 40 175 0 117 22 50 472 101 44
Binary 10011001 100000 1111101 0 1001111 10010 101000 100111010 1000001 100100

Color Harmonies of #99207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99207D

Black with #99207D

Text Example


Text Example

White with #99207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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