#95609E

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

Shades of Violet Blue #95609E

Tints of Violet Blue #95609E

Color information

#95609E (or 0x95609E) is unknown color: approx Violet Blue. HEX triplet: 95, 60 and 9E. RGB value is (149,96,158). Sum of RGB (Red+Green+Blue) = 149+96+158=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #95609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95609E is #6A9F61. Grayscale: #767676. Windows color (decimal): -6987618 or 10379413. OLE color: 10379413.

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

Color convert

RGB14996158-
CMYK0.060.3900.38
HSL291.29º24.41%49.8%-
HSV(B)291.29º39.24%61.96%-
XYZ22.7517.2234.47-
YUV118.92150.06149.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=36.97%
G=23.82%
B=39.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149961580.060.3900.38291.2924.4149.8
Hex95609E6270261231832
Octal2251402366470464433062
Binary10010101110000010011110110100111010011010010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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