#912C6C

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

Shades of Dark Purple #912C6C

Tints of Dark Purple #912C6C

Color information

#912C6C (or 0x912C6C) is unknown color: approx Dark Purple. HEX triplet: 91, 2C and 6C. RGB value is (145,44,108). Sum of RGB (Red+Green+Blue) = 145+44+108=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #912C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912C6C is #6ED393. Grayscale: #515151. Windows color (decimal): -7263124 or 7089297. OLE color: 7089297.

HSL color Cylindrical-coordinate representation of color #912C6C: hue angle of 321.98º 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 #912C6C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14544108-
CMYK00.700.260.43
HSL321.98º53.44%37.06%-
HSV(B)321.98º69.66%56.86%-
XYZ15.288.915.1-
YUV81.49142.96173.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 44 (17.58% from 255) = 14.81%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=48.82%
G=14.81%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454410800.700.260.43321.9853.4437.06
Hex912C6C0461A2B1423525
Octal22154154010632535026545
Binary1001000110110011011000100011011010101011101000010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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