Html Css Color HEX #993785 Dark Purple

📋 copy color: '#993785'

red 153 ◦ green 55 ◦ blue 133

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

Shades of Dark Purple #993785

Tints of Dark Purple #993785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 44.87%
G = 16.13%
B = 39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#993785 (or 0x993785) is known color: Dark Purple. HEX triplet: 99, 37 and 85. RGB value is (153,55,133). Sum of RGB (Red+Green+Blue) = 153+55+133=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #993785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993785 is #66C87A. Grayscale: #5C5C5C. Windows color (decimal): -6735995 or 8730521. OLE color: 8730521.

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

Color convert

RGB 153 55 133 -
CMYK 0 0.64 0.13 0.4
HSL 312.24º 0.47% 0.41% -
HSV(B) 312.24º 0.64% 0.6% -
XYZ 18.74 11.2 23.36 -
YUV 93.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 153 55 133 0 0.64 0.13 0.4 312.24 0.47 0.41
Hex 99 37 85 0 40 D 28 138 2F 29
Octal 231 67 205 0 100 15 50 470 57 51
Binary 10011001 110111 10000101 0 1000000 1101 101000 100111000 101111 101001

Color Harmonies of #993785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993785

Black with #993785

Text Example


Text Example

White with #993785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993785; }

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

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

background-color css

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

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

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

border-color css

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

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

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