#912F6B

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

Shades of Dark Purple #912F6B

Tints of Dark Purple #912F6B

Color information

#912F6B (or 0x912F6B) is unknown color: approx Dark Purple. HEX triplet: 91, 2F and 6B. RGB value is (145,47,107). Sum of RGB (Red+Green+Blue) = 145+47+107=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #912F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912F6B is #6ED094. Grayscale: #525252. Windows color (decimal): -7262357 or 7024529. OLE color: 7024529.

HSL color Cylindrical-coordinate representation of color #912F6B: hue angle of 323.27º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912F6B is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14547107-
CMYK00.680.260.43
HSL323.27º51.04%37.65%-
HSV(B)323.27º67.59%56.86%-
XYZ15.359.1114.86-
YUV83.14141.47172.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 47 (18.75% from 255) = 15.72%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=48.49%
G=15.72%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454710700.680.260.43323.2751.0437.65
Hex912F6B0441A2B1433326
Octal22157153010432535036346
Binary1001000110111111010110100010011010101011101000011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,47,107); }

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

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

 a { background-color: rgb(145,47,107); }

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

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

 span { border-color: rgb(145,47,107); }

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