Html Css Color HEX #993179 Dark Purple

📋 copy color: '#993179'

red 153 ◦ green 49 ◦ blue 121

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

Shades of Dark Purple #993179

Tints of Dark Purple #993179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

 BLUE value IS 121 (47.66% from 255) = 37.46%

R = 47.37%
G = 15.17%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#993179 (or 0x993179) is known color: Dark Purple. HEX triplet: 99, 31 and 79. RGB value is (153,49,121). Sum of RGB (Red+Green+Blue) = 153+49+121=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #993179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993179 is #66CE86. Grayscale: #585858. Windows color (decimal): -6737543 or 7942553. OLE color: 7942553.

HSL color Cylindrical-coordinate representation of color #993179: hue angle of 318.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993179 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 121 -
CMYK 0 0.68 0.21 0.4
HSL 318.46º 0.51% 0.4% -
HSV(B) 318.46º 0.68% 0.6% -
XYZ 17.69 10.35 19.15 -
YUV 88.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 153 49 121 0 0.68 0.21 0.4 318.46 0.51 0.4
Hex 99 31 79 0 44 15 28 13E 33 28
Octal 231 61 171 0 104 25 50 476 63 50
Binary 10011001 110001 1111001 0 1000100 10101 101000 100111110 110011 101000

Color Harmonies of #993179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993179

Black with #993179

Text Example


Text Example

White with #993179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993179; }

 p { color: rgb(153,49,121); }

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

background-color css

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

 a { background-color: rgb(153,49,121); }

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

border-color css

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

 span { border-color: rgb(153,49,121); }

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