Html Css Color HEX #992570 Dark Purple

📋 copy color: '#992570'

red 153 ◦ green 37 ◦ blue 112

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

Shades of Dark Purple #992570

Tints of Dark Purple #992570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 50.66%
G = 12.25%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#992570 (or 0x992570) is known color: Dark Purple. HEX triplet: 99, 25 and 70. RGB value is (153,37,112). Sum of RGB (Red+Green+Blue) = 153+37+112=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #992570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992570 is #66DA8F. Grayscale: #505050. Windows color (decimal): -6740624 or 7349657. OLE color: 7349657.

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

Color convert

RGB 153 37 112 -
CMYK 0 0.76 0.27 0.4
HSL 321.21º 0.61% 0.37% -
HSV(B) 321.21º 0.76% 0.6% -
XYZ 16.72 9.27 16.24 -
YUV 80.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 153 37 112 0 0.76 0.27 0.4 321.21 0.61 0.37
Hex 99 25 70 0 4C 1B 28 141 3D 25
Octal 231 45 160 0 114 33 50 501 75 45
Binary 10011001 100101 1110000 0 1001100 11011 101000 101000001 111101 100101

Color Harmonies of #992570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992570

Black with #992570

Text Example


Text Example

White with #992570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992570; }

 p { color: rgb(153,37,112); }

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

background-color css

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

 a { background-color: rgb(153,37,112); }

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

border-color css

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

 span { border-color: rgb(153,37,112); }

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