#995E91

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

Shades of Violet Blue #995E91

Tints of Violet Blue #995E91

Color information

#995E91 (or 0x995E91) is unknown color: approx Violet Blue. HEX triplet: 99, 5E and 91. RGB value is (153,94,145). Sum of RGB (Red+Green+Blue) = 153+94+145=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #995E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E91 is #66A16E. Grayscale: #757575. Windows color (decimal): -6725999 or 9526937. OLE color: 9526937.

HSL color Cylindrical-coordinate representation of color #995E91: hue angle of 308.14º 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 #995E91 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB15394145-
CMYK00.390.050.4
HSL308.14º23.89%48.43%-
HSV(B)308.14º38.56%60%-
XYZ22.2516.8228.86-
YUV117.46143.55153.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=39.03%
G=23.98%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539414500.390.050.4308.1423.8948.43
Hex995E910275281341830
Octal2311362210475504643060
Binary10011001101111010010001010011110110100010011010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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