Html Css Color HEX #99218D Dark Purple

📋 copy color: '#99218D'

red 153 ◦ green 33 ◦ blue 141

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

Shades of Dark Purple #99218D

Tints of Dark Purple #99218D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 46.79%
G = 10.09%
B = 43.12%

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

#99218D (or 0x99218D) is known color: Dark Purple. HEX triplet: 99, 21 and 8D. RGB value is (153,33,141). Sum of RGB (Red+Green+Blue) = 153+33+141=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99218D is #66DE72. Grayscale: #505050. Windows color (decimal): -6741619 or 9249177. OLE color: 9249177.

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

Color convert

RGB 153 33 141 -
CMYK 0 0.78 0.08 0.4
HSL 306º 0.65% 0.36% -
HSV(B) 306º 0.78% 0.6% -
XYZ 18.49 9.78 26.11 -
YUV 81.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 153 33 141 0 0.78 0.08 0.4 306 0.65 0.36
Hex 99 21 8D 0 4E 8 28 132 41 24
Octal 231 41 215 0 116 10 50 462 101 44
Binary 10011001 100001 10001101 0 1001110 1000 101000 100110010 1000001 100100

Color Harmonies of #99218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99218D

Black with #99218D

Text Example


Text Example

White with #99218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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