Html Css Color HEX #913588 Dark Purple

📋 copy color: '#913588'

red 145 ◦ green 53 ◦ blue 136

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

Shades of Dark Purple #913588

Tints of Dark Purple #913588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 43.41%
G = 15.87%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#913588 (or 0x913588) is known color: Dark Purple. HEX triplet: 91, 35 and 88. RGB value is (145,53,136). Sum of RGB (Red+Green+Blue) = 145+53+136=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #913588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913588 is #6ECA77. Grayscale: #595959. Windows color (decimal): -7260792 or 8926609. OLE color: 8926609.

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

Color convert

RGB 145 53 136 -
CMYK 0 0.63 0.06 0.43
HSL 305.87º 0.46% 0.39% -
HSV(B) 305.87º 0.63% 0.57% -
XYZ 17.39 10.34 24.37 -
YUV 89.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 145 53 136 0 0.63 0.06 0.43 305.87 0.46 0.39
Hex 91 35 88 0 3F 6 2B 132 2E 27
Octal 221 65 210 0 77 6 53 462 56 47
Binary 10010001 110101 10001000 0 111111 110 101011 100110010 101110 100111

Color Harmonies of #913588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913588

Black with #913588

Text Example


Text Example

White with #913588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913588; }

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

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

background-color css

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

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

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

border-color css

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

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

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