Html Css Color HEX #912976 Dark Purple

📋 copy color: '#912976'

red 145 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #912976

Tints of Dark Purple #912976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

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

R = 47.7%
G = 13.49%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#912976 (or 0x912976) is known color: Dark Purple. HEX triplet: 91, 29 and 76. RGB value is (145,41,118). Sum of RGB (Red+Green+Blue) = 145+41+118=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #912976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912976 is #6ED689. Grayscale: #505050. Windows color (decimal): -7263882 or 7743889. OLE color: 7743889.

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

Color convert

RGB 145 41 118 -
CMYK 0 0.72 0.19 0.43
HSL 315.58º 0.56% 0.36% -
HSV(B) 315.58º 0.72% 0.57% -
XYZ 15.74 8.91 18.03 -
YUV 80.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 145 41 118 0 0.72 0.19 0.43 315.58 0.56 0.36
Hex 91 29 76 0 48 13 2B 13C 38 24
Octal 221 51 166 0 110 23 53 474 70 44
Binary 10010001 101001 1110110 0 1001000 10011 101011 100111100 111000 100100

Color Harmonies of #912976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912976

Black with #912976

Text Example


Text Example

White with #912976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912976; }

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

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

background-color css

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

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

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

border-color css

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

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

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