#955DCB

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

Shades of Amethyst #955DCB

Tints of Amethyst #955DCB

Color information

#955DCB (or 0x955DCB) is unknown color: approx Amethyst. HEX triplet: 95, 5D and CB. RGB value is (149,93,203). Sum of RGB (Red+Green+Blue) = 149+93+203=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #955DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DCB is #6AA234. Grayscale: #797979. Windows color (decimal): -6988341 or 13327765. OLE color: 13327765.

HSL color Cylindrical-coordinate representation of color #955DCB: hue angle of 270.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955DCB is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14993203-
CMYK0.270.5400.20
HSL270.55º51.4%58.04%-
HSV(B)270.55º54.19%79.61%-
XYZ27.0918.5358.65-
YUV122.28173.55147.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.48%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=33.48%
G=20.90%
B=45.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149932030.270.5400.20270.5551.458.04
Hex955DCB1B3601410f333a
Octal22513531333660244176372
Binary1001010110111011100101111011110110010100100001111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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