Html Css Color HEX #993585 Dark Purple

📋 copy color: '#993585'

red 153 ◦ green 53 ◦ blue 133

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

Shades of Dark Purple #993585

Tints of Dark Purple #993585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

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

R = 45.13%
G = 15.63%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#993585 (or 0x993585) is known color: Dark Purple. HEX triplet: 99, 35 and 85. RGB value is (153,53,133). Sum of RGB (Red+Green+Blue) = 153+53+133=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993585 is #66CA7A. Grayscale: #5B5B5B. Windows color (decimal): -6736507 or 8730009. OLE color: 8730009.

HSL color Cylindrical-coordinate representation of color #993585: hue angle of 312º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993585 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 133 -
CMYK 0 0.65 0.13 0.4
HSL 312º 0.49% 0.4% -
HSV(B) 312º 0.65% 0.6% -
XYZ 18.64 11.01 23.33 -
YUV 92.02 151.13 171.5 -
System Red Green Blue C M Y K H S L
Decimal 153 53 133 0 0.65 0.13 0.4 312 0.49 0.4
Hex 99 35 85 0 41 D 28 138 31 28
Octal 231 65 205 0 101 15 50 470 61 50
Binary 10011001 110101 10000101 0 1000001 1101 101000 100111000 110001 101000

Color Harmonies of #993585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993585

Black with #993585

Text Example


Text Example

White with #993585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993585; }

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

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

background-color css

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

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

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

border-color css

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

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

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