#912C75

Color #912C75 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #912C75

Tints of Dark Purple #912C75

Color information

#912C75 (or 0x912C75) is unknown color: approx Dark Purple. HEX triplet: 91, 2C and 75. RGB value is (145,44,117). Sum of RGB (Red+Green+Blue) = 145+44+117=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #912C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912C75 is #6ED38A. Grayscale: #525252. Windows color (decimal): -7263115 or 7679121. OLE color: 7679121.

HSL color Cylindrical-coordinate representation of color #912C75: hue angle of 316.63º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #912C75 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14544117-
CMYK00.700.190.43
HSL316.63º53.44%37.06%-
HSV(B)316.63º69.66%56.86%-
XYZ15.799.1117.75-
YUV82.52147.46172.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 44 (17.58% from 255) = 14.38%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=47.39%
G=14.38%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454411700.700.190.43316.6353.4437.06
Hex912C75046132B13d3525
Octal22154165010623534756545
Binary1001000110110011101010100011010011101011100111101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912C75; }

 p { color: rgb(145,44,117); }

 H1.HeaderClassName
 {
   color: #912C75;
 }
 .AnyTagClassName
 {
   color: #912C75;
 }
</style>
background-color css

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

 a { background-color: rgb(145,44,117); }

 div.DivClassName
 {
   background-color: #912C75;
 }
 .BgClassName
 {
   background-color: #912C75;
 }
</style>
border-color css

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

 span { border-color: rgb(145,44,117); }

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