Html Css Color HEX #912176 Dark Purple

📋 copy color: '#912176'

red 145 ◦ green 33 ◦ blue 118

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

Shades of Dark Purple #912176

Tints of Dark Purple #912176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

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

R = 48.99%
G = 11.15%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#912176 (or 0x912176) is known color: Dark Purple. HEX triplet: 91, 21 and 76. RGB value is (145,33,118). Sum of RGB (Red+Green+Blue) = 145+33+118=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #912176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912176 is #6EDE89. Grayscale: #4B4B4B. Windows color (decimal): -7265930 or 7741841. OLE color: 7741841.

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

Color convert

RGB 145 33 118 -
CMYK 0 0.77 0.19 0.43
HSL 314.46º 0.63% 0.35% -
HSV(B) 314.46º 0.77% 0.57% -
XYZ 15.49 8.42 17.95 -
YUV 76.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 145 33 118 0 0.77 0.19 0.43 314.46 0.63 0.35
Hex 91 21 76 0 4D 13 2B 13A 3F 23
Octal 221 41 166 0 115 23 53 472 77 43
Binary 10010001 100001 1110110 0 1001101 10011 101011 100111010 111111 100011

Color Harmonies of #912176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912176

Black with #912176

Text Example


Text Example

White with #912176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912176; }

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

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

background-color css

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

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

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

border-color css

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

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

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