#95689E

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

Shades of Violet Blue #95689E

Tints of Violet Blue #95689E

Color information

#95689E (or 0x95689E) is unknown color: approx Violet Blue. HEX triplet: 95, 68 and 9E. RGB value is (149,104,158). Sum of RGB (Red+Green+Blue) = 149+104+158=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #95689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95689E is #6A9761. Grayscale: #7B7B7B. Windows color (decimal): -6985570 or 10381461. OLE color: 10381461.

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

Color convert

RGB149104158-
CMYK0.060.3400.38
HSL290º21.77%51.37%-
HSV(B)290º34.18%61.96%-
XYZ23.5218.7634.73-
YUV123.61147.41146.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=36.25%
G=25.30%
B=38.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491041580.060.3400.3829021.7751.37
Hex95689E6220261221633
Octal2251502366420464422663
Binary10010101110100010011110110100010010011010010001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95689E; }

 p { color: rgb(149,104,158); }

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

<style>
 a { background-color: #95689E; }

 a { background-color: rgb(149,104,158); }

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

<style>
 span { border-color: #95689E; }

 span { border-color: rgb(149,104,158); }

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