Html Css Color HEX #913686 Dark Purple

📋 copy color: '#913686'

red 145 ◦ green 54 ◦ blue 134

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

Shades of Dark Purple #913686

Tints of Dark Purple #913686

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

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

R = 43.54%
G = 16.22%
B = 40.24%

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

#913686 (or 0x913686) is known color: Dark Purple. HEX triplet: 91, 36 and 86. RGB value is (145,54,134). Sum of RGB (Red+Green+Blue) = 145+54+134=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #913686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913686 is #6EC979. Grayscale: #5A5A5A. Windows color (decimal): -7260538 or 8795793. OLE color: 8795793.

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

Color convert

RGB 145 54 134 -
CMYK 0 0.63 0.08 0.43
HSL 307.25º 0.46% 0.39% -
HSV(B) 307.25º 0.63% 0.57% -
XYZ 17.3 10.38 23.65 -
YUV 90.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 145 54 134 0 0.63 0.08 0.43 307.25 0.46 0.39
Hex 91 36 86 0 3F 8 2B 133 2E 27
Octal 221 66 206 0 77 10 53 463 56 47
Binary 10010001 110110 10000110 0 111111 1000 101011 100110011 101110 100111

Color Harmonies of #913686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913686

Black with #913686

Text Example


Text Example

White with #913686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913686; }

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

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

background-color css

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

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

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

border-color css

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

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

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