Html Css Color HEX #913076 Dark Purple

📋 copy color: '#913076'

red 145 ◦ green 48 ◦ blue 118

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

Shades of Dark Purple #913076

Tints of Dark Purple #913076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

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

R = 46.62%
G = 15.43%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#913076 (or 0x913076) is known color: Dark Purple. HEX triplet: 91, 30 and 76. RGB value is (145,48,118). Sum of RGB (Red+Green+Blue) = 145+48+118=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #913076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #913076 is #6ECF89. Grayscale: #545454. Windows color (decimal): -7262090 or 7745681. OLE color: 7745681.

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

Color convert

RGB 145 48 118 -
CMYK 0 0.67 0.19 0.43
HSL 316.7º 0.5% 0.38% -
HSV(B) 316.7º 0.67% 0.57% -
XYZ 16 9.44 18.12 -
YUV 84.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 145 48 118 0 0.67 0.19 0.43 316.7 0.5 0.38
Hex 91 30 76 0 43 13 2B 13D 32 26
Octal 221 60 166 0 103 23 53 475 62 46
Binary 10010001 110000 1110110 0 1000011 10011 101011 100111101 110010 100110

Color Harmonies of #913076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913076

Black with #913076

Text Example


Text Example

White with #913076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913076; }

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

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

background-color css

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

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

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

border-color css

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

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

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