#95609D

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

Shades of Violet Blue #95609D

Tints of Violet Blue #95609D

Color information

#95609D (or 0x95609D) is unknown color: approx Violet Blue. HEX triplet: 95, 60 and 9D. RGB value is (149,96,157). Sum of RGB (Red+Green+Blue) = 149+96+157=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #95609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95609D is #6A9F62. Grayscale: #767676. Windows color (decimal): -6987619 or 10313877. OLE color: 10313877.

HSL color Cylindrical-coordinate representation of color #95609D: hue angle of 292.13º 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 #95609D is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14996157-
CMYK0.050.3900.38
HSL292.13º24.11%49.61%-
HSV(B)292.13º38.85%61.57%-
XYZ22.6617.1934.02-
YUV118.8149.56149.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=37.06%
G=23.88%
B=39.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149961570.050.3900.38292.1324.1149.61
Hex95609D5270261241832
Octal2251402355470464443062
Binary10010101110000010011101101100111010011010010010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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