#955CCA

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

Shades of Amethyst #955CCA

Tints of Amethyst #955CCA

Color information

#955CCA (or 0x955CCA) is unknown color: approx Amethyst. HEX triplet: 95, 5C and CA. RGB value is (149,92,202). Sum of RGB (Red+Green+Blue) = 149+92+202=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #955CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CCA is #6AA335. Grayscale: #797979. Windows color (decimal): -6988598 or 13261973. OLE color: 13261973.

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

Color convert

RGB14992202-
CMYK0.260.5400.21
HSL271.09º50.93%57.65%-
HSV(B)271.09º54.46%79.22%-
XYZ26.8818.3157.99-
YUV121.58173.38147.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=33.63%
G=20.77%
B=45.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149922020.260.5400.21271.0950.9357.65
Hex955CCA1A3601510f333a
Octal22513431232660254176372
Binary1001010110111001100101011010110110010101100001111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,92,202); }

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

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

 a { background-color: rgb(149,92,202); }

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

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

 span { border-color: rgb(149,92,202); }

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