#95608E

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

Shades of Violet Blue #95608E

Tints of Violet Blue #95608E

Color information

#95608E (or 0x95608E) is unknown color: approx Violet Blue. HEX triplet: 95, 60 and 8E. RGB value is (149,96,142). Sum of RGB (Red+Green+Blue) = 149+96+142=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95608E is #6A9F71. Grayscale: #747474. Windows color (decimal): -6987634 or 9330837. OLE color: 9330837.

HSL color Cylindrical-coordinate representation of color #95608E: hue angle of 307.92º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95608E is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14996142-
CMYK00.360.050.42
HSL307.92º21.63%48.04%-
HSV(B)307.92º35.57%58.43%-
XYZ21.4616.7127.69-
YUV117.09142.06150.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=38.50%
G=24.81%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499614200.360.050.42307.9221.6348.04
Hex95608E02452A1341630
Octal2251402160445524642660
Binary10010101110000010001110010010010110101010011010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,96,142); }

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

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

 a { background-color: rgb(149,96,142); }

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

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

 span { border-color: rgb(149,96,142); }

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