#915095

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

Shades of Violet Blue #915095

Tints of Violet Blue #915095

Color information

#915095 (or 0x915095) is unknown color: approx Violet Blue. HEX triplet: 91, 50 and 95. RGB value is (145,80,149). Sum of RGB (Red+Green+Blue) = 145+80+149=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #915095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915095 is #6EAF6A. Grayscale: #6B6B6B. Windows color (decimal): -7253867 or 9785489. OLE color: 9785489.

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

Color convert

RGB14580149-
CMYK0.030.4600.42
HSL296.52º30.13%44.9%-
HSV(B)296.52º46.31%58.43%-
XYZ19.9713.9330.07-
YUV107.3151.53154.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.77%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=38.77%
G=21.39%
B=39.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal145801490.030.4600.42296.5230.1344.9
Hex91509532E02A1291e2d
Octal2211202253560524513655
Binary1001000110100001001010111101110010101010010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915095; }

 p { color: rgb(145,80,149); }

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

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

 a { background-color: rgb(145,80,149); }

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

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

 span { border-color: rgb(145,80,149); }

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