#955A8E

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

Shades of Violet Blue #955A8E

Tints of Violet Blue #955A8E

Color information

#955A8E (or 0x955A8E) is unknown color: approx Violet Blue. HEX triplet: 95, 5A and 8E. RGB value is (149,90,142). Sum of RGB (Red+Green+Blue) = 149+90+142=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #955A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A8E is #6AA571. Grayscale: #717171. Windows color (decimal): -6989170 or 9329301. OLE color: 9329301.

HSL color Cylindrical-coordinate representation of color #955A8E: hue angle of 307.12º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A8E is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14990142-
CMYK00.400.050.42
HSL307.12º24.69%46.86%-
HSV(B)307.12º39.6%58.43%-
XYZ20.9315.6527.51-
YUV113.57144.05153.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=39.11%
G=23.62%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499014200.400.050.42307.1224.6946.86
Hex955A8E02852A133192f
Octal2251322160505524633157
Binary10010101101101010001110010100010110101010011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A8E; }

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

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

<style>
 a { background-color: #955A8E; }

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

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

<style>
 span { border-color: #955A8E; }

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

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