Html Css Color HEX #913276 Dark Purple

📋 copy color: '#913276'

red 145 ◦ green 50 ◦ blue 118

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

Shades of Dark Purple #913276

Tints of Dark Purple #913276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 46.33%
G = 15.97%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#913276 (or 0x913276) is known color: Dark Purple. HEX triplet: 91, 32 and 76. RGB value is (145,50,118). Sum of RGB (Red+Green+Blue) = 145+50+118=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #913276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913276 is #6ECD89. Grayscale: #555555. Windows color (decimal): -7261578 or 7746193. OLE color: 7746193.

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

Color convert

RGB 145 50 118 -
CMYK 0 0.66 0.19 0.43
HSL 317.05º 0.49% 0.38% -
HSV(B) 317.05º 0.66% 0.57% -
XYZ 16.09 9.61 18.15 -
YUV 86.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 145 50 118 0 0.66 0.19 0.43 317.05 0.49 0.38
Hex 91 32 76 0 42 13 2B 13D 31 26
Octal 221 62 166 0 102 23 53 475 61 46
Binary 10010001 110010 1110110 0 1000010 10011 101011 100111101 110001 100110

Color Harmonies of #913276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913276

Black with #913276

Text Example


Text Example

White with #913276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913276; }

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

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

background-color css

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

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

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

border-color css

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

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

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