Html Css Color HEX #99217D Dark Purple

📋 copy color: '#99217D'

red 153 ◦ green 33 ◦ blue 125

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

Shades of Dark Purple #99217D

Tints of Dark Purple #99217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

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

R = 49.2%
G = 10.61%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99217D (or 0x99217D) is known color: Dark Purple. HEX triplet: 99, 21 and 7D. RGB value is (153,33,125). Sum of RGB (Red+Green+Blue) = 153+33+125=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99217D is #66DE82. Grayscale: #4F4F4F. Windows color (decimal): -6741635 or 8200601. OLE color: 8200601.

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

Color convert

RGB 153 33 125 -
CMYK 0 0.78 0.18 0.4
HSL 314º 0.65% 0.36% -
HSV(B) 314º 0.78% 0.6% -
XYZ 17.38 9.34 20.29 -
YUV 79.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 153 33 125 0 0.78 0.18 0.4 314 0.65 0.36
Hex 99 21 7D 0 4E 12 28 13A 41 24
Octal 231 41 175 0 116 22 50 472 101 44
Binary 10011001 100001 1111101 0 1001110 10010 101000 100111010 1000001 100100

Color Harmonies of #99217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99217D

Black with #99217D

Text Example


Text Example

White with #99217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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