Html Css Color HEX #913585 Dark Purple

📋 copy color: '#913585'

red 145 ◦ green 53 ◦ blue 133

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

Shades of Dark Purple #913585

Tints of Dark Purple #913585

RGB

 RED value IS 145 (57.03% from 255) = 43.81%

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

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

R = 43.81%
G = 16.01%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#913585 (or 0x913585) is known color: Dark Purple. HEX triplet: 91, 35 and 85. RGB value is (145,53,133). Sum of RGB (Red+Green+Blue) = 145+53+133=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #913585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913585 is #6ECA7A. Grayscale: #595959. Windows color (decimal): -7260795 or 8730001. OLE color: 8730001.

HSL color Cylindrical-coordinate representation of color #913585: hue angle of 307.83º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913585 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 53 133 -
CMYK 0 0.63 0.08 0.43
HSL 307.83º 0.46% 0.39% -
HSV(B) 307.83º 0.63% 0.57% -
XYZ 17.18 10.26 23.26 -
YUV 89.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 145 53 133 0 0.63 0.08 0.43 307.83 0.46 0.39
Hex 91 35 85 0 3F 8 2B 134 2E 27
Octal 221 65 205 0 77 10 53 464 56 47
Binary 10010001 110101 10000101 0 111111 1000 101011 100110100 101110 100111

Color Harmonies of #913585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913585

Black with #913585

Text Example


Text Example

White with #913585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913585; }

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

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

background-color css

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

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

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

border-color css

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

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

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