Html Css Color HEX #99218C Dark Purple

📋 copy color: '#99218C'

red 153 ◦ green 33 ◦ blue 140

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

Shades of Dark Purple #99218C

Tints of Dark Purple #99218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 46.93%
G = 10.12%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99218C (or 0x99218C) is known color: Dark Purple. HEX triplet: 99, 21 and 8C. RGB value is (153,33,140). Sum of RGB (Red+Green+Blue) = 153+33+140=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99218C is #66DE73. Grayscale: #505050. Windows color (decimal): -6741620 or 9183641. OLE color: 9183641.

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

Color convert

RGB 153 33 140 -
CMYK 0 0.78 0.08 0.4
HSL 306.5º 0.65% 0.36% -
HSV(B) 306.5º 0.78% 0.6% -
XYZ 18.41 9.75 25.72 -
YUV 81.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 153 33 140 0 0.78 0.08 0.4 306.5 0.65 0.36
Hex 99 21 8C 0 4E 8 28 132 41 24
Octal 231 41 214 0 116 10 50 462 101 44
Binary 10011001 100001 10001100 0 1001110 1000 101000 100110010 1000001 100100

Color Harmonies of #99218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99218C

Black with #99218C

Text Example


Text Example

White with #99218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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