#912975

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

Shades of Dark Purple #912975

Tints of Dark Purple #912975

Color information

#912975 (or 0x912975) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 75. RGB value is (145,41,117). Sum of RGB (Red+Green+Blue) = 145+41+117=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #912975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912975 is #6ED68A. Grayscale: #505050. Windows color (decimal): -7263883 or 7678353. OLE color: 7678353.

HSL color Cylindrical-coordinate representation of color #912975: hue angle of 316.15º 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 #912975 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14541117-
CMYK00.720.190.43
HSL316.15º55.91%36.47%-
HSV(B)316.15º71.72%56.86%-
XYZ15.688.8917.72-
YUV80.76148.46173.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=47.85%
G=13.53%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454111700.720.190.43316.1555.9136.47
Hex912975048132B13c3824
Octal22151165011023534747044
Binary1001000110100111101010100100010011101011100111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912975; }

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

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

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

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

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

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

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

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