#912688

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

Shades of Dark Purple #912688

Tints of Dark Purple #912688

Color information

#912688 (or 0x912688) is unknown color: approx Dark Purple. HEX triplet: 91, 26 and 88. RGB value is (145,38,136). Sum of RGB (Red+Green+Blue) = 145+38+136=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #912688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912688 is #6ED977. Grayscale: #505050. Windows color (decimal): -7264632 or 8922769. OLE color: 8922769.

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

Color convert

RGB14538136-
CMYK00.740.060.43
HSL305.05º58.47%35.88%-
HSV(B)305.05º73.79%56.86%-
XYZ16.819.1824.18-
YUV81.17158.95173.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=45.45%
G=11.91%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453813600.740.060.43305.0558.4735.88
Hex91268804A62B1313a24
Octal2214621001126534617244
Binary100100011001101000100001001010110101011100110001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912688; }

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

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

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

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

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

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

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

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