#955E8D

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

Shades of Violet Blue #955E8D

Tints of Violet Blue #955E8D

Color information

#955E8D (or 0x955E8D) is unknown color: approx Violet Blue. HEX triplet: 95, 5E and 8D. RGB value is (149,94,141). Sum of RGB (Red+Green+Blue) = 149+94+141=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #955E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E8D is #6AA172. Grayscale: #737373. Windows color (decimal): -6988147 or 9264789. OLE color: 9264789.

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

Color convert

RGB14994141-
CMYK00.370.050.42
HSL308.73º22.63%47.65%-
HSV(B)308.73º36.91%58.43%-
XYZ21.216.3227.23-
YUV115.8142.22151.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 141 (55.47% from 255) = 36.72%
R=38.80%
G=24.48%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499414100.370.050.42308.7322.6347.65
Hex955E8D02552A1351730
Octal2251362150455524652760
Binary10010101101111010001101010010110110101010011010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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