#955A8D

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

Shades of Violet Blue #955A8D

Tints of Violet Blue #955A8D

Color information

#955A8D (or 0x955A8D) is unknown color: approx Violet Blue. HEX triplet: 95, 5A and 8D. RGB value is (149,90,141). Sum of RGB (Red+Green+Blue) = 149+90+141=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #955A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A8D is #6AA572. Grayscale: #717171. Windows color (decimal): -6989171 or 9263765. OLE color: 9263765.

HSL color Cylindrical-coordinate representation of color #955A8D: hue angle of 308.14º 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 #955A8D is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14990141-
CMYK00.400.050.42
HSL308.14º24.69%46.86%-
HSV(B)308.14º39.6%58.43%-
XYZ20.8615.6227.12-
YUV113.46143.55153.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=39.21%
G=23.68%
B=37.11%

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
Decimal1499014100.400.050.42308.1424.6946.86
Hex955A8D02852A134192f
Octal2251322150505524643157
Binary10010101101101010001101010100010110101010011010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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