#955B8B

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

Shades of Violet Blue #955B8B

Tints of Violet Blue #955B8B

Color information

#955B8B (or 0x955B8B) is unknown color: approx Violet Blue. HEX triplet: 95, 5B and 8B. RGB value is (149,91,139). Sum of RGB (Red+Green+Blue) = 149+91+139=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #955B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B8B is #6AA474. Grayscale: #717171. Windows color (decimal): -6988917 or 9132949. OLE color: 9132949.

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

Color convert

RGB14991139-
CMYK00.390.070.42
HSL310.34º24.17%47.06%-
HSV(B)310.34º38.93%58.43%-
XYZ20.815.7426.37-
YUV113.81142.22153.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=39.31%
G=24.01%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499113900.390.070.42310.3424.1747.06
Hex955B8B02772A136182f
Octal2251332130477524663057
Binary10010101101101110001011010011111110101010011011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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