#915993

Color #915993 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #915993

Tints of Violet Blue #915993

Color information

#915993 (or 0x915993) is unknown color: approx Violet Blue. HEX triplet: 91, 59 and 93. RGB value is (145,89,147). Sum of RGB (Red+Green+Blue) = 145+89+147=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #915993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915993 is #6EA66C. Grayscale: #707070. Windows color (decimal): -7251565 or 9656721. OLE color: 9656721.

HSL color Cylindrical-coordinate representation of color #915993: hue angle of 297.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915993 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14589147-
CMYK0.010.3900.42
HSL297.93º24.58%46.27%-
HSV(B)297.93º39.46%57.65%-
XYZ20.5215.2729.47-
YUV112.36147.55151.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=38.06%
G=23.36%
B=38.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145891470.010.3900.42297.9324.5846.27
Hex91599312702A12a192e
Octal2211312231470524523156
Binary100100011011001100100111100111010101010010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915993; }

 p { color: rgb(145,89,147); }

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

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

 a { background-color: rgb(145,89,147); }

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

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

 span { border-color: rgb(145,89,147); }

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