Html Css Color HEX #993077 Dark Purple

📋 copy color: '#993077'

red 153 ◦ green 48 ◦ blue 119

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

Shades of Dark Purple #993077

Tints of Dark Purple #993077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 47.81%
G = 15%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#993077 (or 0x993077) is known color: Dark Purple. HEX triplet: 99, 30 and 77. RGB value is (153,48,119). Sum of RGB (Red+Green+Blue) = 153+48+119=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #993077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993077 is #66CF88. Grayscale: #575757. Windows color (decimal): -6737801 or 7811225. OLE color: 7811225.

HSL color Cylindrical-coordinate representation of color #993077: hue angle of 319.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993077 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 119 -
CMYK 0 0.69 0.22 0.4
HSL 319.43º 0.52% 0.39% -
HSV(B) 319.43º 0.69% 0.6% -
XYZ 17.52 10.22 18.5 -
YUV 87.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 153 48 119 0 0.69 0.22 0.4 319.43 0.52 0.39
Hex 99 30 77 0 45 16 28 13F 34 27
Octal 231 60 167 0 105 26 50 477 64 47
Binary 10011001 110000 1110111 0 1000101 10110 101000 100111111 110100 100111

Color Harmonies of #993077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993077

Black with #993077

Text Example


Text Example

White with #993077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993077; }

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

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

background-color css

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

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

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

border-color css

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

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

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