Html Css Color HEX #913583 Dark Purple

📋 copy color: '#913583'

red 145 ◦ green 53 ◦ blue 131

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

Shades of Dark Purple #913583

Tints of Dark Purple #913583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 44.07%
G = 16.11%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#913583 (or 0x913583) is known color: Dark Purple. HEX triplet: 91, 35 and 83. RGB value is (145,53,131). Sum of RGB (Red+Green+Blue) = 145+53+131=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #913583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913583 is #6ECA7C. Grayscale: #595959. Windows color (decimal): -7260797 or 8598929. OLE color: 8598929.

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

Color convert

RGB 145 53 131 -
CMYK 0 0.63 0.10 0.43
HSL 309.13º 0.46% 0.39% -
HSV(B) 309.13º 0.63% 0.57% -
XYZ 17.05 10.2 22.54 -
YUV 89.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 145 53 131 0 0.63 0.10 0.43 309.13 0.46 0.39
Hex 91 35 83 0 3F A 2B 135 2E 27
Octal 221 65 203 0 77 12 53 465 56 47
Binary 10010001 110101 10000011 0 111111 1010 101011 100110101 101110 100111

Color Harmonies of #913583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913583

Black with #913583

Text Example


Text Example

White with #913583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913583; }

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

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

background-color css

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

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

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

border-color css

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

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

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