Html Css Color HEX #992188 Dark Purple

📋 copy color: '#992188'

red 153 ◦ green 33 ◦ blue 136

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

Shades of Dark Purple #992188

Tints of Dark Purple #992188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.24%

R = 47.52%
G = 10.25%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#992188 (or 0x992188) is known color: Dark Purple. HEX triplet: 99, 21 and 88. RGB value is (153,33,136). Sum of RGB (Red+Green+Blue) = 153+33+136=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #992188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992188 is #66DE77. Grayscale: #505050. Windows color (decimal): -6741624 or 8921497. OLE color: 8921497.

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

Color convert

RGB 153 33 136 -
CMYK 0 0.78 0.11 0.4
HSL 308.5º 0.65% 0.36% -
HSV(B) 308.5º 0.78% 0.6% -
XYZ 18.12 9.64 24.2 -
YUV 80.62 159.26 179.62 -
System Red Green Blue C M Y K H S L
Decimal 153 33 136 0 0.78 0.11 0.4 308.5 0.65 0.36
Hex 99 21 88 0 4E B 28 134 41 24
Octal 231 41 210 0 116 13 50 464 101 44
Binary 10011001 100001 10001000 0 1001110 1011 101000 100110100 1000001 100100

Color Harmonies of #992188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992188

Black with #992188

Text Example


Text Example

White with #992188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992188; }

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

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

background-color css

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

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

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

border-color css

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

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

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