Html Css Color HEX #99216C Dark Purple

📋 copy color: '#99216C'

red 153 ◦ green 33 ◦ blue 108

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

Shades of Dark Purple #99216C

Tints of Dark Purple #99216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 52.04%
G = 11.22%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99216C (or 0x99216C) is known color: Dark Purple. HEX triplet: 99, 21 and 6C. RGB value is (153,33,108). Sum of RGB (Red+Green+Blue) = 153+33+108=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99216C is #66DE93. Grayscale: #4D4D4D. Windows color (decimal): -6741652 or 7086489. OLE color: 7086489.

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

Color convert

RGB 153 33 108 -
CMYK 0 0.78 0.29 0.4
HSL 322.5º 0.65% 0.36% -
HSV(B) 322.5º 0.78% 0.6% -
XYZ 16.39 8.94 15.05 -
YUV 77.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 153 33 108 0 0.78 0.29 0.4 322.5 0.65 0.36
Hex 99 21 6C 0 4E 1D 28 142 41 24
Octal 231 41 154 0 116 35 50 502 101 44
Binary 10011001 100001 1101100 0 1001110 11101 101000 101000010 1000001 100100

Color Harmonies of #99216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99216C

Black with #99216C

Text Example


Text Example

White with #99216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99216C; }

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

 H1.HeaderClassName
 {
   color: #99216C;
 }
 .AnyTagClassName
 {
   color: #99216C;
 }
</style>

background-color css

<style>
 a { background-color: #99216C; }

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

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

border-color css

<style>
 span { border-color: #99216C; }

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

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