Html Css Color HEX #993879 Dark Purple

📋 copy color: '#993879'

red 153 ◦ green 56 ◦ blue 121

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

Shades of Dark Purple #993879

Tints of Dark Purple #993879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.97%

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

R = 46.36%
G = 16.97%
B = 36.67%

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

#993879 (or 0x993879) is known color: Dark Purple. HEX triplet: 99, 38 and 79. RGB value is (153,56,121). Sum of RGB (Red+Green+Blue) = 153+56+121=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #993879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993879 is #66C786. Grayscale: #5C5C5C. Windows color (decimal): -6735751 or 7944345. OLE color: 7944345.

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

Color convert

RGB 153 56 121 -
CMYK 0 0.63 0.21 0.4
HSL 319.79º 0.46% 0.41% -
HSV(B) 319.79º 0.63% 0.6% -
XYZ 18 10.98 19.26 -
YUV 92.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 153 56 121 0 0.63 0.21 0.4 319.79 0.46 0.41
Hex 99 38 79 0 3F 15 28 140 2E 29
Octal 231 70 171 0 77 25 50 500 56 51
Binary 10011001 111000 1111001 0 111111 10101 101000 101000000 101110 101001

Color Harmonies of #993879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993879

Black with #993879

Text Example


Text Example

White with #993879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993879; }

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

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

background-color css

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

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

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

border-color css

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

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

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