#95679F

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

Shades of Violet Blue #95679F

Tints of Violet Blue #95679F

Color information

#95679F (or 0x95679F) is unknown color: approx Violet Blue. HEX triplet: 95, 67 and 9F. RGB value is (149,103,159). Sum of RGB (Red+Green+Blue) = 149+103+159=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #95679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95679F is #6A9860. Grayscale: #7A7A7A. Windows color (decimal): -6985825 or 10446741. OLE color: 10446741.

HSL color Cylindrical-coordinate representation of color #95679F: hue angle of 289.29º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95679F is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149103159-
CMYK0.060.3500.38
HSL289.29º22.58%51.37%-
HSV(B)289.29º35.22%62.35%-
XYZ23.518.5935.15-
YUV123.14148.24146.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=36.25%
G=25.06%
B=38.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491031590.060.3500.38289.2922.5851.37
Hex95679F6230261211733
Octal2251472376430464412763
Binary10010101110011110011111110100011010011010010000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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