Html Css Color HEX #993977 Dark Purple

📋 copy color: '#993977'

red 153 ◦ green 57 ◦ blue 119

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

Shades of Dark Purple #993977

Tints of Dark Purple #993977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 46.5%
G = 17.33%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#993977 (or 0x993977) is known color: Dark Purple. HEX triplet: 99, 39 and 77. RGB value is (153,57,119). Sum of RGB (Red+Green+Blue) = 153+57+119=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #993977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993977 is #66C688. Grayscale: #5C5C5C. Windows color (decimal): -6735497 or 7813529. OLE color: 7813529.

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

Color convert

RGB 153 57 119 -
CMYK 0 0.63 0.22 0.4
HSL 321.25º 0.46% 0.41% -
HSV(B) 321.25º 0.63% 0.6% -
XYZ 17.93 11.03 18.64 -
YUV 92.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 153 57 119 0 0.63 0.22 0.4 321.25 0.46 0.41
Hex 99 39 77 0 3F 16 28 141 2E 29
Octal 231 71 167 0 77 26 50 501 56 51
Binary 10011001 111001 1110111 0 111111 10110 101000 101000001 101110 101001

Color Harmonies of #993977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993977

Black with #993977

Text Example


Text Example

White with #993977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993977; }

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

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

background-color css

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

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

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

border-color css

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

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

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