#955FCA

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

Shades of Amethyst #955FCA

Tints of Amethyst #955FCA

Color information

#955FCA (or 0x955FCA) is unknown color: approx Amethyst. HEX triplet: 95, 5F and CA. RGB value is (149,95,202). Sum of RGB (Red+Green+Blue) = 149+95+202=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #955FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCA is #6AA035. Grayscale: #7A7A7A. Windows color (decimal): -6987830 or 13262741. OLE color: 13262741.

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

Color convert

RGB14995202-
CMYK0.260.5300.21
HSL270.28º50.23%58.24%-
HSV(B)270.28º52.97%79.22%-
XYZ27.1518.8458.08-
YUV123.34172.39146.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=33.41%
G=21.30%
B=45.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149952020.260.5300.21270.2850.2358.24
Hex955FCA1A3501510e323a
Octal22513731232650254166272
Binary1001010110111111100101011010110101010101100001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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