#955D8C

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

Shades of Violet Blue #955D8C

Tints of Violet Blue #955D8C

Color information

#955D8C (or 0x955D8C) is unknown color: approx Violet Blue. HEX triplet: 95, 5D and 8C. RGB value is (149,93,140). Sum of RGB (Red+Green+Blue) = 149+93+140=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #955D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D8C is #6AA273. Grayscale: #727272. Windows color (decimal): -6988404 or 9198997. OLE color: 9198997.

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

Color convert

RGB14993140-
CMYK00.380.060.42
HSL309.64º23.14%47.45%-
HSV(B)309.64º37.58%58.43%-
XYZ21.0416.1126.81-
YUV115.1142.05152.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=39.01%
G=24.35%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499314000.380.060.42309.6423.1447.45
Hex955D8C02662A136172f
Octal2251352140466524662757
Binary10010101101110110001100010011011010101010011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,93,140); }

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

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

 a { background-color: rgb(149,93,140); }

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

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

 span { border-color: rgb(149,93,140); }

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