#95669C

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

Shades of Violet Blue #95669C

Tints of Violet Blue #95669C

Color information

#95669C (or 0x95669C) is unknown color: approx Violet Blue. HEX triplet: 95, 66 and 9C. RGB value is (149,102,156). Sum of RGB (Red+Green+Blue) = 149+102+156=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #95669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95669C is #6A9963. Grayscale: #7A7A7A. Windows color (decimal): -6986084 or 10249877. OLE color: 10249877.

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

Color convert

RGB149102156-
CMYK0.040.3500.39
HSL292.22º21.43%50.59%-
HSV(B)292.22º34.62%61.18%-
XYZ23.1518.2933.76-
YUV122.21147.07147.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=36.61%
G=25.06%
B=38.33%

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
Decimal1491021560.040.3500.39292.2221.4350.59
Hex95669C4230271241533
Octal2251462344430474442563
Binary10010101110011010011100100100011010011110010010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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