Html Css Color HEX #992189 Dark Purple

📋 copy color: '#992189'

red 153 ◦ green 33 ◦ blue 137

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

Shades of Dark Purple #992189

Tints of Dark Purple #992189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 47.37%
G = 10.22%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#992189 (or 0x992189) is known color: Dark Purple. HEX triplet: 99, 21 and 89. RGB value is (153,33,137). Sum of RGB (Red+Green+Blue) = 153+33+137=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #992189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992189 is #66DE76. Grayscale: #505050. Windows color (decimal): -6741623 or 8987033. OLE color: 8987033.

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

Color convert

RGB 153 33 137 -
CMYK 0 0.78 0.10 0.4
HSL 308º 0.65% 0.36% -
HSV(B) 308º 0.78% 0.6% -
XYZ 18.2 9.67 24.57 -
YUV 80.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 153 33 137 0 0.78 0.10 0.4 308 0.65 0.36
Hex 99 21 89 0 4E A 28 134 41 24
Octal 231 41 211 0 116 12 50 464 101 44
Binary 10011001 100001 10001001 0 1001110 1010 101000 100110100 1000001 100100

Color Harmonies of #992189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992189

Black with #992189

Text Example


Text Example

White with #992189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992189; }

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

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

background-color css

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

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

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

border-color css

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

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

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