Html Css Color HEX #992373 Dark Purple

📋 copy color: '#992373'

red 153 ◦ green 35 ◦ blue 115

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

Shades of Dark Purple #992373

Tints of Dark Purple #992373

RGB

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

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

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

R = 50.5%
G = 11.55%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#992373 (or 0x992373) is known color: Dark Purple. HEX triplet: 99, 23 and 73. RGB value is (153,35,115). Sum of RGB (Red+Green+Blue) = 153+35+115=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #992373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992373 is #66DC8C. Grayscale: #4F4F4F. Windows color (decimal): -6741133 or 7545753. OLE color: 7545753.

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

Color convert

RGB 153 35 115 -
CMYK 0 0.77 0.25 0.4
HSL 319.32º 0.63% 0.37% -
HSV(B) 319.32º 0.77% 0.6% -
XYZ 16.83 9.21 17.11 -
YUV 79.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 153 35 115 0 0.77 0.25 0.4 319.32 0.63 0.37
Hex 99 23 73 0 4D 19 28 13F 3F 25
Octal 231 43 163 0 115 31 50 477 77 45
Binary 10011001 100011 1110011 0 1001101 11001 101000 100111111 111111 100101

Color Harmonies of #992373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992373

Black with #992373

Text Example


Text Example

White with #992373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992373; }

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

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

background-color css

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

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

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

border-color css

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

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

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