#912E83

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

Shades of Dark Purple #912E83

Tints of Dark Purple #912E83

Color information

#912E83 (or 0x912E83) is unknown color: approx Dark Purple. HEX triplet: 91, 2E and 83. RGB value is (145,46,131). Sum of RGB (Red+Green+Blue) = 145+46+131=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #912E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912E83 is #6ED17C. Grayscale: #555555. Windows color (decimal): -7262589 or 8597137. OLE color: 8597137.

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

Color convert

RGB14546131-
CMYK00.680.100.43
HSL308.48º51.83%37.45%-
HSV(B)308.48º68.28%56.86%-
XYZ16.759.6122.45-
YUV85.29153.8170.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 46 (18.36% from 255) = 14.29%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=45.03%
G=14.29%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454613100.680.100.43308.4851.8337.45
Hex912E83044A2B1343425
Octal22156203010412534646445
Binary1001000110111010000011010001001010101011100110100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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