#912681

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

Shades of Dark Purple #912681

Tints of Dark Purple #912681

Color information

#912681 (or 0x912681) is unknown color: approx Dark Purple. HEX triplet: 91, 26 and 81. RGB value is (145,38,129). Sum of RGB (Red+Green+Blue) = 145+38+129=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #912681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912681 is #6ED97E. Grayscale: #505050. Windows color (decimal): -7264639 or 8464017. OLE color: 8464017.

HSL color Cylindrical-coordinate representation of color #912681: hue angle of 308.97º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912681 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14538129-
CMYK00.740.110.43
HSL308.97º58.47%35.88%-
HSV(B)308.97º73.79%56.86%-
XYZ16.338.9921.64-
YUV80.37155.45174.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 38 (15.23% from 255) = 12.18%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=46.47%
G=12.18%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453812900.740.110.43308.9758.4735.88
Hex91268104AB2B1353a24
Octal22146201011213534657244
Binary1001000110011010000001010010101011101011100110101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912681; }

 p { color: rgb(145,38,129); }

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

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

 a { background-color: rgb(145,38,129); }

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

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

 span { border-color: rgb(145,38,129); }

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