#95659A

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

Shades of Violet Blue #95659A

Tints of Violet Blue #95659A

Color information

#95659A (or 0x95659A) is unknown color: approx Violet Blue. HEX triplet: 95, 65 and 9A. RGB value is (149,101,154). Sum of RGB (Red+Green+Blue) = 149+101+154=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #95659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95659A is #6A9A65. Grayscale: #797979. Windows color (decimal): -6986342 or 10118549. OLE color: 10118549.

HSL color Cylindrical-coordinate representation of color #95659A: hue angle of 294.34º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95659A is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB149101154-
CMYK0.030.3400.40
HSL294.34º20.78%50%-
HSV(B)294.34º34.42%60.39%-
XYZ22.8818.0332.85-
YUV121.39146.4147.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=36.88%
G=25%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491011540.030.3400.40294.3420.7850
Hex95659A3220281261532
Octal2251452323420504462562
Binary1001010111001011001101011100010010100010010011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95659A; }

 p { color: rgb(149,101,154); }

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

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

 a { background-color: rgb(149,101,154); }

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

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

 span { border-color: rgb(149,101,154); }

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