#95699E

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

Shades of Violet Blue #95699E

Tints of Violet Blue #95699E

Color information

#95699E (or 0x95699E) is unknown color: approx Violet Blue. HEX triplet: 95, 69 and 9E. RGB value is (149,105,158). Sum of RGB (Red+Green+Blue) = 149+105+158=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #95699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95699E is #6A9661. Grayscale: #7C7C7C. Windows color (decimal): -6985314 or 10381717. OLE color: 10381717.

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

Color convert

RGB149105158-
CMYK0.060.3400.38
HSL289.81º21.46%51.57%-
HSV(B)289.81º33.54%61.96%-
XYZ23.6218.9634.76-
YUV124.2147.08145.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=36.17%
G=25.49%
B=38.35%

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
Decimal1491051580.060.3400.38289.8121.4651.57
Hex95699E6220261221534
Octal2251512366420464422564
Binary10010101110100110011110110100010010011010010001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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