Html Css Color HEX #913687 Dark Purple

📋 copy color: '#913687'

red 145 ◦ green 54 ◦ blue 135

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

Shades of Dark Purple #913687

Tints of Dark Purple #913687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 43.41%
G = 16.17%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#913687 (or 0x913687) is known color: Dark Purple. HEX triplet: 91, 36 and 87. RGB value is (145,54,135). Sum of RGB (Red+Green+Blue) = 145+54+135=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #913687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913687 is #6EC978. Grayscale: #5A5A5A. Windows color (decimal): -7260537 or 8861329. OLE color: 8861329.

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

Color convert

RGB 145 54 135 -
CMYK 0 0.63 0.07 0.43
HSL 306.59º 0.46% 0.39% -
HSV(B) 306.59º 0.63% 0.57% -
XYZ 17.37 10.41 24.02 -
YUV 90.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 145 54 135 0 0.63 0.07 0.43 306.59 0.46 0.39
Hex 91 36 87 0 3F 7 2B 133 2E 27
Octal 221 66 207 0 77 7 53 463 56 47
Binary 10010001 110110 10000111 0 111111 111 101011 100110011 101110 100111

Color Harmonies of #913687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913687

Black with #913687

Text Example


Text Example

White with #913687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913687; }

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

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

background-color css

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

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

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

border-color css

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

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

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