#95539E

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

Shades of Violet Blue #95539E

Tints of Violet Blue #95539E

Color information

#95539E (or 0x95539E) is unknown color: approx Violet Blue. HEX triplet: 95, 53 and 9E. RGB value is (149,83,158). Sum of RGB (Red+Green+Blue) = 149+83+158=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #95539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95539E is #6AAC61. Grayscale: #6F6F6F. Windows color (decimal): -6990946 or 10376085. OLE color: 10376085.

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

Color convert

RGB14983158-
CMYK0.060.4700.38
HSL292.8º31.12%47.25%-
HSV(B)292.8º47.47%61.96%-
XYZ21.6615.0434.11-
YUV111.28154.37154.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=38.21%
G=21.28%
B=40.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149831580.060.4700.38292.831.1247.25
Hex95539E62F0261251f2f
Octal2251232366570464453757
Binary10010101101001110011110110101111010011010010010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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