Html Css Color HEX #913584 Dark Purple

📋 copy color: '#913584'

red 145 ◦ green 53 ◦ blue 132

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

Shades of Dark Purple #913584

Tints of Dark Purple #913584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40%

R = 43.94%
G = 16.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#913584 (or 0x913584) is known color: Dark Purple. HEX triplet: 91, 35 and 84. RGB value is (145,53,132). Sum of RGB (Red+Green+Blue) = 145+53+132=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #913584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913584 is #6ECA7B. Grayscale: #595959. Windows color (decimal): -7260796 or 8664465. OLE color: 8664465.

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

Color convert

RGB 145 53 132 -
CMYK 0 0.63 0.09 0.43
HSL 308.48º 0.46% 0.39% -
HSV(B) 308.48º 0.63% 0.57% -
XYZ 17.12 10.23 22.9 -
YUV 89.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 145 53 132 0 0.63 0.09 0.43 308.48 0.46 0.39
Hex 91 35 84 0 3F 9 2B 134 2E 27
Octal 221 65 204 0 77 11 53 464 56 47
Binary 10010001 110101 10000100 0 111111 1001 101011 100110100 101110 100111

Color Harmonies of #913584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913584

Black with #913584

Text Example


Text Example

White with #913584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913584; }

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

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

background-color css

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

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

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

border-color css

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

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

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