#995097

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

Shades of Violet Blue #995097

Tints of Violet Blue #995097

Color information

#995097 (or 0x995097) is unknown color: approx Violet Blue. HEX triplet: 99, 50 and 97. RGB value is (153,80,151). Sum of RGB (Red+Green+Blue) = 153+80+151=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995097 is #66AF68. Grayscale: #6D6D6D. Windows color (decimal): -6729577 or 9916569. OLE color: 9916569.

HSL color Cylindrical-coordinate representation of color #995097: hue angle of 301.64º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995097 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15380151-
CMYK00.480.010.4
HSL301.64º31.33%45.69%-
HSV(B)301.64º47.71%60%-
XYZ21.5914.7430.99-
YUV109.92151.18158.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=39.84%
G=20.83%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538015100.480.010.4301.6431.3345.69
Hex99509703012812e1f2e
Octal2311202270601504563756
Binary100110011010000100101110110000110100010010111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995097; }

 p { color: rgb(153,80,151); }

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

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

 a { background-color: rgb(153,80,151); }

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

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

 span { border-color: rgb(153,80,151); }

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