Html Css Color HEX #993978 Dark Purple

📋 copy color: '#993978'

red 153 ◦ green 57 ◦ blue 120

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

Shades of Dark Purple #993978

Tints of Dark Purple #993978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 46.36%
G = 17.27%
B = 36.36%

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

#993978 (or 0x993978) is known color: Dark Purple. HEX triplet: 99, 39 and 78. RGB value is (153,57,120). Sum of RGB (Red+Green+Blue) = 153+57+120=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #993978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993978 is #66C687. Grayscale: #5C5C5C. Windows color (decimal): -6735496 or 7879065. OLE color: 7879065.

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

Color convert

RGB 153 57 120 -
CMYK 0 0.63 0.22 0.4
HSL 320.63º 0.46% 0.41% -
HSV(B) 320.63º 0.63% 0.6% -
XYZ 17.99 11.05 18.95 -
YUV 92.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 153 57 120 0 0.63 0.22 0.4 320.63 0.46 0.41
Hex 99 39 78 0 3F 16 28 141 2E 29
Octal 231 71 170 0 77 26 50 501 56 51
Binary 10011001 111001 1111000 0 111111 10110 101000 101000001 101110 101001

Color Harmonies of #993978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993978

Black with #993978

Text Example


Text Example

White with #993978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993978; }

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

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

background-color css

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

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

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

border-color css

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

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

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