Html Css Color HEX #992573 Dark Purple

📋 copy color: '#992573'

red 153 ◦ green 37 ◦ blue 115

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

Shades of Dark Purple #992573

Tints of Dark Purple #992573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 50.16%
G = 12.13%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#992573 (or 0x992573) is known color: Dark Purple. HEX triplet: 99, 25 and 73. RGB value is (153,37,115). Sum of RGB (Red+Green+Blue) = 153+37+115=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992573 is #66DA8C. Grayscale: #505050. Windows color (decimal): -6740621 or 7546265. OLE color: 7546265.

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

Color convert

RGB 153 37 115 -
CMYK 0 0.76 0.25 0.4
HSL 319.66º 0.61% 0.37% -
HSV(B) 319.66º 0.76% 0.6% -
XYZ 16.89 9.33 17.13 -
YUV 80.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 153 37 115 0 0.76 0.25 0.4 319.66 0.61 0.37
Hex 99 25 73 0 4C 19 28 140 3D 25
Octal 231 45 163 0 114 31 50 500 75 45
Binary 10011001 100101 1110011 0 1001100 11001 101000 101000000 111101 100101

Color Harmonies of #992573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992573

Black with #992573

Text Example


Text Example

White with #992573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992573; }

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

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

background-color css

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

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

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

border-color css

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

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

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