#995E96

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

Shades of Violet Blue #995E96

Tints of Violet Blue #995E96

Color information

#995E96 (or 0x995E96) is unknown color: approx Violet Blue. HEX triplet: 99, 5E and 96. RGB value is (153,94,150). Sum of RGB (Red+Green+Blue) = 153+94+150=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #995E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E96 is #66A169. Grayscale: #757575. Windows color (decimal): -6725994 or 9854617. OLE color: 9854617.

HSL color Cylindrical-coordinate representation of color #995E96: hue angle of 303.05º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995E96 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB15394150-
CMYK00.390.020.4
HSL303.05º23.89%48.43%-
HSV(B)303.05º38.56%60%-
XYZ22.6416.9830.94-
YUV118.02146.05152.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=38.54%
G=23.68%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539415000.390.020.4303.0523.8948.43
Hex995E9602722812f1830
Octal2311362260472504573060
Binary1001100110111101001011001001111010100010010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995E96; }

 p { color: rgb(153,94,150); }

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

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

 a { background-color: rgb(153,94,150); }

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

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

 span { border-color: rgb(153,94,150); }

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