Html Css Color HEX #992389 Dark Purple

📋 copy color: '#992389'

red 153 ◦ green 35 ◦ blue 137

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

Shades of Dark Purple #992389

Tints of Dark Purple #992389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.77%

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

R = 47.08%
G = 10.77%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#992389 (or 0x992389) is known color: Dark Purple. HEX triplet: 99, 23 and 89. RGB value is (153,35,137). Sum of RGB (Red+Green+Blue) = 153+35+137=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #992389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992389 is #66DC76. Grayscale: #515151. Windows color (decimal): -6741111 or 8987545. OLE color: 8987545.

HSL color Cylindrical-coordinate representation of color #992389: hue angle of 308.14º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992389 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 137 -
CMYK 0 0.77 0.10 0.4
HSL 308.14º 0.63% 0.37% -
HSV(B) 308.14º 0.77% 0.6% -
XYZ 18.25 9.78 24.59 -
YUV 81.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 153 35 137 0 0.77 0.10 0.4 308.14 0.63 0.37
Hex 99 23 89 0 4D A 28 134 3F 25
Octal 231 43 211 0 115 12 50 464 77 45
Binary 10011001 100011 10001001 0 1001101 1010 101000 100110100 111111 100101

Color Harmonies of #992389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992389

Black with #992389

Text Example


Text Example

White with #992389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992389; }

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

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

background-color css

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

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

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

border-color css

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

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

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