#955DC8

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

Shades of Amethyst #955DC8

Tints of Amethyst #955DC8

Color information

#955DC8 (or 0x955DC8) is unknown color: approx Amethyst. HEX triplet: 95, 5D and C8. RGB value is (149,93,200). Sum of RGB (Red+Green+Blue) = 149+93+200=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #955DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DC8 is #6AA237. Grayscale: #797979. Windows color (decimal): -6988344 or 13131157. OLE color: 13131157.

HSL color Cylindrical-coordinate representation of color #955DC8: hue angle of 271.4º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955DC8 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14993200-
CMYK0.260.5400.22
HSL271.4º49.31%57.45%-
HSV(B)271.4º53.5%78.43%-
XYZ26.7318.3956.78-
YUV121.94172.05147.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 200 (78.52% from 255) = 45.25%
R=33.71%
G=21.04%
B=45.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149932000.260.5400.22271.449.3157.45
Hex955DC81A3601610f3139
Octal22513531032660264176171
Binary1001010110111011100100011010110110010110100001111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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