Html Css Color HEX #993979 Dark Purple

📋 copy color: '#993979'

red 153 ◦ green 57 ◦ blue 121

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

Shades of Dark Purple #993979

Tints of Dark Purple #993979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

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

R = 46.22%
G = 17.22%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#993979 (or 0x993979) is known color: Dark Purple. HEX triplet: 99, 39 and 79. RGB value is (153,57,121). Sum of RGB (Red+Green+Blue) = 153+57+121=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #993979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993979 is #66C686. Grayscale: #5C5C5C. Windows color (decimal): -6735495 or 7944601. OLE color: 7944601.

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

Color convert

RGB 153 57 121 -
CMYK 0 0.63 0.21 0.4
HSL 320º 0.46% 0.41% -
HSV(B) 320º 0.63% 0.6% -
XYZ 18.05 11.08 19.28 -
YUV 93 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 153 57 121 0 0.63 0.21 0.4 320 0.46 0.41
Hex 99 39 79 0 3F 15 28 140 2E 29
Octal 231 71 171 0 77 25 50 500 56 51
Binary 10011001 111001 1111001 0 111111 10101 101000 101000000 101110 101001

Color Harmonies of #993979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993979

Black with #993979

Text Example


Text Example

White with #993979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993979; }

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

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

background-color css

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

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

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

border-color css

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

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

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