Html Css Color HEX #993786 Dark Purple

📋 copy color: '#993786'

red 153 ◦ green 55 ◦ blue 134

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

Shades of Dark Purple #993786

Tints of Dark Purple #993786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.08%

 BLUE value IS 134 (52.73% from 255) = 39.18%

R = 44.74%
G = 16.08%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#993786 (or 0x993786) is known color: Dark Purple. HEX triplet: 99, 37 and 86. RGB value is (153,55,134). Sum of RGB (Red+Green+Blue) = 153+55+134=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #993786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993786 is #66C879. Grayscale: #5D5D5D. Windows color (decimal): -6735994 or 8796057. OLE color: 8796057.

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

Color convert

RGB 153 55 134 -
CMYK 0 0.64 0.12 0.4
HSL 311.63º 0.47% 0.41% -
HSV(B) 311.63º 0.64% 0.6% -
XYZ 18.81 11.23 23.73 -
YUV 93.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 153 55 134 0 0.64 0.12 0.4 311.63 0.47 0.41
Hex 99 37 86 0 40 C 28 138 2F 29
Octal 231 67 206 0 100 14 50 470 57 51
Binary 10011001 110111 10000110 0 1000000 1100 101000 100111000 101111 101001

Color Harmonies of #993786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993786

Black with #993786

Text Example


Text Example

White with #993786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993786; }

 p { color: rgb(153,55,134); }

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

background-color css

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

 a { background-color: rgb(153,55,134); }

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

border-color css

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

 span { border-color: rgb(153,55,134); }

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