#915F98

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

Shades of Violet Blue #915F98

Tints of Violet Blue #915F98

Color information

#915F98 (or 0x915F98) is unknown color: approx Violet Blue. HEX triplet: 91, 5F and 98. RGB value is (145,95,152). Sum of RGB (Red+Green+Blue) = 145+95+152=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #915F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915F98 is #6EA067. Grayscale: #747474. Windows color (decimal): -7250024 or 9985937. OLE color: 9985937.

HSL color Cylindrical-coordinate representation of color #915F98: hue angle of 292.63º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915F98 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14595152-
CMYK0.050.3800.40
HSL292.63º23.08%48.43%-
HSV(B)292.63º37.5%59.61%-
XYZ21.4416.4731.76-
YUV116.45148.06148.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.99%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=36.99%
G=24.23%
B=38.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal145951520.050.3800.40292.6323.0848.43
Hex915F985260281251730
Octal2211372305460504452760
Binary10010001101111110011000101100110010100010010010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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