#955F8D

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

Shades of Violet Blue #955F8D

Tints of Violet Blue #955F8D

Color information

#955F8D (or 0x955F8D) is unknown color: approx Violet Blue. HEX triplet: 95, 5F and 8D. RGB value is (149,95,141). Sum of RGB (Red+Green+Blue) = 149+95+141=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #955F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F8D is #6AA072. Grayscale: #747474. Windows color (decimal): -6987891 or 9265045. OLE color: 9265045.

HSL color Cylindrical-coordinate representation of color #955F8D: hue angle of 308.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F8D is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14995141-
CMYK00.360.050.42
HSL308.89º22.13%47.84%-
HSV(B)308.89º36.24%58.43%-
XYZ21.2916.527.26-
YUV116.39141.89151.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 95 (37.5% from 255) = 24.68%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=38.70%
G=24.68%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499514100.360.050.42308.8922.1347.84
Hex955F8D02452A1351630
Octal2251372150445524652660
Binary10010101101111110001101010010010110101010011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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