Html Css Color HEX #913581 Dark Purple

📋 copy color: '#913581'

red 145 ◦ green 53 ◦ blue 129

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

Shades of Dark Purple #913581

Tints of Dark Purple #913581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 44.34%
G = 16.21%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#913581 (or 0x913581) is known color: Dark Purple. HEX triplet: 91, 35 and 81. RGB value is (145,53,129). Sum of RGB (Red+Green+Blue) = 145+53+129=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #913581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913581 is #6ECA7E. Grayscale: #585858. Windows color (decimal): -7260799 or 8467857. OLE color: 8467857.

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

Color convert

RGB 145 53 129 -
CMYK 0 0.63 0.11 0.43
HSL 310.43º 0.46% 0.39% -
HSV(B) 310.43º 0.63% 0.57% -
XYZ 16.91 10.15 21.84 -
YUV 89.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 145 53 129 0 0.63 0.11 0.43 310.43 0.46 0.39
Hex 91 35 81 0 3F B 2B 136 2E 27
Octal 221 65 201 0 77 13 53 466 56 47
Binary 10010001 110101 10000001 0 111111 1011 101011 100110110 101110 100111

Color Harmonies of #913581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913581

Black with #913581

Text Example


Text Example

White with #913581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913581; }

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

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

background-color css

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

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

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

border-color css

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

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

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