#912983

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

Shades of Dark Purple #912983

Tints of Dark Purple #912983

Color information

#912983 (or 0x912983) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 83. RGB value is (145,41,131). Sum of RGB (Red+Green+Blue) = 145+41+131=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #912983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912983 is #6ED67C. Grayscale: #525252. Windows color (decimal): -7263869 or 8595857. OLE color: 8595857.

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

Color convert

RGB14541131-
CMYK00.720.100.43
HSL308.08º55.91%36.47%-
HSV(B)308.08º71.72%56.86%-
XYZ16.579.2422.38-
YUV82.36155.46172.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 41 (16.41% from 255) = 12.93%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=45.74%
G=12.93%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454113100.720.100.43308.0855.9136.47
Hex912983048A2B1343824
Octal22151203011012534647044
Binary1001000110100110000011010010001010101011100110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912983; }

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

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

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

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

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

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

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

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