#955FCB

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

Shades of Amethyst #955FCB

Tints of Amethyst #955FCB

Color information

#955FCB (or 0x955FCB) is unknown color: approx Amethyst. HEX triplet: 95, 5F and CB. RGB value is (149,95,203). Sum of RGB (Red+Green+Blue) = 149+95+203=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #955FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCB is #6AA034. Grayscale: #7B7B7B. Windows color (decimal): -6987829 or 13328277. OLE color: 13328277.

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

Color convert

RGB14995203-
CMYK0.270.5300.20
HSL270º50.94%58.43%-
HSV(B)270º53.2%79.61%-
XYZ27.2718.8958.71-
YUV123.46172.89146.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=33.33%
G=21.25%
B=45.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149952030.270.5300.2027050.9458.43
Hex955FCB1B3501410e333a
Octal22513731333650244166372
Binary1001010110111111100101111011110101010100100001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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