Html Css Color HEX #913A76 Dark Purple

📋 copy color: '#913A76'

red 145 ◦ green 58 ◦ blue 118

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

Shades of Dark Purple #913A76

Tints of Dark Purple #913A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 45.17%
G = 18.07%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#913A76 (or 0x913A76) is known color: Dark Purple. HEX triplet: 91, 3A and 76. RGB value is (145,58,118). Sum of RGB (Red+Green+Blue) = 145+58+118=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #913A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913A76 is #6EC589. Grayscale: #5A5A5A. Windows color (decimal): -7259530 or 7748241. OLE color: 7748241.

HSL color Cylindrical-coordinate representation of color #913A76: hue angle of 318.62º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #913A76 is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 58 118 -
CMYK 0 0.6 0.19 0.43
HSL 318.62º 0.43% 0.4% -
HSV(B) 318.62º 0.6% 0.57% -
XYZ 16.46 10.35 18.27 -
YUV 90.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 145 58 118 0 0.6 0.19 0.43 318.62 0.43 0.4
Hex 91 3A 76 0 3C 13 2B 13F 2B 28
Octal 221 72 166 0 74 23 53 477 53 50
Binary 10010001 111010 1110110 0 111100 10011 101011 100111111 101011 101000

Color Harmonies of #913A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913A76

Black with #913A76

Text Example


Text Example

White with #913A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913A76; }

 p { color: rgb(145,58,118); }

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

background-color css

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

 a { background-color: rgb(145,58,118); }

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

border-color css

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

 span { border-color: rgb(145,58,118); }

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