Html Css Color HEX #99217F Dark Purple

📋 copy color: '#99217F'

red 153 ◦ green 33 ◦ blue 127

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

Shades of Dark Purple #99217F

Tints of Dark Purple #99217F

RGB

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

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

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

R = 48.88%
G = 10.54%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99217F (or 0x99217F) is known color: Dark Purple. HEX triplet: 99, 21 and 7F. RGB value is (153,33,127). Sum of RGB (Red+Green+Blue) = 153+33+127=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99217F is #66DE80. Grayscale: #4F4F4F. Windows color (decimal): -6741633 or 8331673. OLE color: 8331673.

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

Color convert

RGB 153 33 127 -
CMYK 0 0.78 0.17 0.4
HSL 313º 0.65% 0.36% -
HSV(B) 313º 0.78% 0.6% -
XYZ 17.51 9.39 20.97 -
YUV 79.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 153 33 127 0 0.78 0.17 0.4 313 0.65 0.36
Hex 99 21 7F 0 4E 11 28 139 41 24
Octal 231 41 177 0 116 21 50 471 101 44
Binary 10011001 100001 1111111 0 1001110 10001 101000 100111001 1000001 100100

Color Harmonies of #99217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99217F

Black with #99217F

Text Example


Text Example

White with #99217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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