#915F9E

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

Shades of Violet Blue #915F9E

Tints of Violet Blue #915F9E

Color information

#915F9E (or 0x915F9E) is unknown color: approx Violet Blue. HEX triplet: 91, 5F and 9E. RGB value is (145,95,158). Sum of RGB (Red+Green+Blue) = 145+95+158=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #915F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915F9E is #6EA061. Grayscale: #747474. Windows color (decimal): -7250018 or 10379153. OLE color: 10379153.

HSL color Cylindrical-coordinate representation of color #915F9E: hue angle of 287.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #915F9E is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14595158-
CMYK0.080.4000.38
HSL287.62º24.9%49.61%-
HSV(B)287.62º39.87%61.96%-
XYZ21.9416.6734.41-
YUV117.13151.06147.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=36.43%
G=23.87%
B=39.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145951580.080.4000.38287.6224.949.61
Hex915F9E8280261201932
Octal22113723610500464403162
Binary100100011011111100111101000101000010011010010000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915F9E; }

 p { color: rgb(145,95,158); }

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

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

 a { background-color: rgb(145,95,158); }

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

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

 span { border-color: rgb(145,95,158); }

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