#995E9F

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

Shades of Violet Blue #995E9F

Tints of Violet Blue #995E9F

Color information

#995E9F (or 0x995E9F) is unknown color: approx Violet Blue. HEX triplet: 99, 5E and 9F. RGB value is (153,94,159). Sum of RGB (Red+Green+Blue) = 153+94+159=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #995E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E9F is #66A160. Grayscale: #767676. Windows color (decimal): -6725985 or 10444441. OLE color: 10444441.

HSL color Cylindrical-coordinate representation of color #995E9F: hue angle of 294.46º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995E9F is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15394159-
CMYK0.040.4100.38
HSL294.46º25.69%49.61%-
HSV(B)294.46º40.88%62.35%-
XYZ23.417.2834.9-
YUV119.05150.55152.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=37.68%
G=23.15%
B=39.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153941590.040.4100.38294.4625.6949.61
Hex995E9F4290261261a32
Octal2311362374510464463262
Binary10011001101111010011111100101001010011010010011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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