#95679B

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

Shades of Violet Blue #95679B

Tints of Violet Blue #95679B

Color information

#95679B (or 0x95679B) is unknown color: approx Violet Blue. HEX triplet: 95, 67 and 9B. RGB value is (149,103,155). Sum of RGB (Red+Green+Blue) = 149+103+155=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #95679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95679B is #6A9864. Grayscale: #7A7A7A. Windows color (decimal): -6985829 or 10184597. OLE color: 10184597.

HSL color Cylindrical-coordinate representation of color #95679B: hue angle of 293.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95679B is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149103155-
CMYK0.040.3400.39
HSL293.08º20.63%50.59%-
HSV(B)293.08º33.55%60.78%-
XYZ23.1618.4633.35-
YUV122.68146.24146.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=36.61%
G=25.31%
B=38.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491031550.040.3400.39293.0820.6350.59
Hex95679B4220271251533
Octal2251472334420474452563
Binary10010101110011110011011100100010010011110010010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95679B; }

 p { color: rgb(149,103,155); }

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

<style>
 a { background-color: #95679B; }

 a { background-color: rgb(149,103,155); }

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

<style>
 span { border-color: #95679B; }

 span { border-color: rgb(149,103,155); }

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