Html Css Color HEX #913586 Dark Purple

📋 copy color: '#913586'

red 145 ◦ green 53 ◦ blue 134

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

Shades of Dark Purple #913586

Tints of Dark Purple #913586

RGB

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

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

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

R = 43.67%
G = 15.96%
B = 40.36%

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

#913586 (or 0x913586) is known color: Dark Purple. HEX triplet: 91, 35 and 86. RGB value is (145,53,134). Sum of RGB (Red+Green+Blue) = 145+53+134=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #913586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913586 is #6ECA79. Grayscale: #595959. Windows color (decimal): -7260794 or 8795537. OLE color: 8795537.

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

Color convert

RGB 145 53 134 -
CMYK 0 0.63 0.08 0.43
HSL 307.17º 0.46% 0.39% -
HSV(B) 307.17º 0.63% 0.57% -
XYZ 17.25 10.29 23.63 -
YUV 89.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 145 53 134 0 0.63 0.08 0.43 307.17 0.46 0.39
Hex 91 35 86 0 3F 8 2B 133 2E 27
Octal 221 65 206 0 77 10 53 463 56 47
Binary 10010001 110101 10000110 0 111111 1000 101011 100110011 101110 100111

Color Harmonies of #913586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913586

Black with #913586

Text Example


Text Example

White with #913586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913586; }

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

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

background-color css

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

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

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

border-color css

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

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

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