Html Css Color HEX #99216E Dark Purple

📋 copy color: '#99216E'

red 153 ◦ green 33 ◦ blue 110

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

Shades of Dark Purple #99216E

Tints of Dark Purple #99216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 51.69%
G = 11.15%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99216E (or 0x99216E) is known color: Dark Purple. HEX triplet: 99, 21 and 6E. RGB value is (153,33,110). Sum of RGB (Red+Green+Blue) = 153+33+110=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #99216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99216E is #66DE91. Grayscale: #4D4D4D. Windows color (decimal): -6741650 or 7217561. OLE color: 7217561.

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

Color convert

RGB 153 33 110 -
CMYK 0 0.78 0.28 0.4
HSL 321.5º 0.65% 0.36% -
HSV(B) 321.5º 0.78% 0.6% -
XYZ 16.5 8.99 15.62 -
YUV 77.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 153 33 110 0 0.78 0.28 0.4 321.5 0.65 0.36
Hex 99 21 6E 0 4E 1C 28 142 41 24
Octal 231 41 156 0 116 34 50 502 101 44
Binary 10011001 100001 1101110 0 1001110 11100 101000 101000010 1000001 100100

Color Harmonies of #99216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99216E

Black with #99216E

Text Example


Text Example

White with #99216E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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