#95659C

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

Shades of Violet Blue #95659C

Tints of Violet Blue #95659C

Color information

#95659C (or 0x95659C) is unknown color: approx Violet Blue. HEX triplet: 95, 65 and 9C. RGB value is (149,101,156). Sum of RGB (Red+Green+Blue) = 149+101+156=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #95659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95659C is #6A9A63. Grayscale: #797979. Windows color (decimal): -6986340 or 10249621. OLE color: 10249621.

HSL color Cylindrical-coordinate representation of color #95659C: hue angle of 292.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95659C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149101156-
CMYK0.040.3500.39
HSL292.36º21.74%50.39%-
HSV(B)292.36º35.26%61.18%-
XYZ23.0518.133.73-
YUV121.62147.4147.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=36.70%
G=24.88%
B=38.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491011560.040.3500.39292.3621.7450.39
Hex95659C4230271241632
Octal2251452344430474442662
Binary10010101110010110011100100100011010011110010010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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