#955B8E

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

Shades of Violet Blue #955B8E

Tints of Violet Blue #955B8E

Color information

#955B8E (or 0x955B8E) is unknown color: approx Violet Blue. HEX triplet: 95, 5B and 8E. RGB value is (149,91,142). Sum of RGB (Red+Green+Blue) = 149+91+142=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #955B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B8E is #6AA471. Grayscale: #727272. Windows color (decimal): -6988914 or 9329557. OLE color: 9329557.

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

Color convert

RGB14991142-
CMYK00.390.050.42
HSL307.24º24.17%47.06%-
HSV(B)307.24º38.93%58.43%-
XYZ21.0215.8227.54-
YUV114.16143.72152.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=39.01%
G=23.82%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499114200.390.050.42307.2424.1747.06
Hex955B8E02752A133182f
Octal2251332160475524633057
Binary10010101101101110001110010011110110101010011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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