#955BC5

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

Shades of Amethyst #955BC5

Tints of Amethyst #955BC5

Color information

#955BC5 (or 0x955BC5) is unknown color: approx Amethyst. HEX triplet: 95, 5B and C5. RGB value is (149,91,197). Sum of RGB (Red+Green+Blue) = 149+91+197=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #955BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BC5 is #6AA43A. Grayscale: #787878. Windows color (decimal): -6988859 or 12934037. OLE color: 12934037.

HSL color Cylindrical-coordinate representation of color #955BC5: hue angle of 272.83º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955BC5 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14991197-
CMYK0.240.5400.23
HSL272.83º47.75%56.47%-
HSV(B)272.83º53.81%77.25%-
XYZ26.2117.954.9-
YUV120.43171.22148.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 197 (77.34% from 255) = 45.08%
R=34.10%
G=20.82%
B=45.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal149911970.240.5400.23272.8347.7556.47
Hex955BC518360171113038
Octal22513330530660274216070
Binary1001010110110111100010111000110110010111100010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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