Html Css Color HEX #992173 Dark Purple

📋 copy color: '#992173'

red 153 ◦ green 33 ◦ blue 115

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

Shades of Dark Purple #992173

Tints of Dark Purple #992173

RGB

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

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

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

R = 50.83%
G = 10.96%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#992173 (or 0x992173) is known color: Dark Purple. HEX triplet: 99, 21 and 73. RGB value is (153,33,115). Sum of RGB (Red+Green+Blue) = 153+33+115=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #992173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992173 is #66DE8C. Grayscale: #4E4E4E. Windows color (decimal): -6741645 or 7545241. OLE color: 7545241.

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

Color convert

RGB 153 33 115 -
CMYK 0 0.78 0.25 0.4
HSL 319º 0.65% 0.36% -
HSV(B) 319º 0.78% 0.6% -
XYZ 16.78 9.1 17.09 -
YUV 78.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 153 33 115 0 0.78 0.25 0.4 319 0.65 0.36
Hex 99 21 73 0 4E 19 28 13F 41 24
Octal 231 41 163 0 116 31 50 477 101 44
Binary 10011001 100001 1110011 0 1001110 11001 101000 100111111 1000001 100100

Color Harmonies of #992173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992173

Black with #992173

Text Example


Text Example

White with #992173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992173; }

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

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

background-color css

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

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

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

border-color css

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

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

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