#95679A

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

Shades of Violet Blue #95679A

Tints of Violet Blue #95679A

Color information

#95679A (or 0x95679A) is unknown color: approx Violet Blue. HEX triplet: 95, 67 and 9A. RGB value is (149,103,154). Sum of RGB (Red+Green+Blue) = 149+103+154=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #95679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95679A is #6A9865. Grayscale: #7A7A7A. Windows color (decimal): -6985830 or 10119061. OLE color: 10119061.

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

Color convert

RGB149103154-
CMYK0.030.3300.40
HSL294.12º20.16%50.39%-
HSV(B)294.12º33.12%60.39%-
XYZ23.0818.4232.91-
YUV122.57145.74146.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=36.70%
G=25.37%
B=37.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1491031540.030.3300.40294.1220.1650.39
Hex95679A3210281261432
Octal2251472323410504462462
Binary1001010111001111001101011100001010100010010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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