#9a5fcb

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

Shades of Amethyst #9A5FCB

Tints of Amethyst #9A5FCB

Color information

#9A5FCB (or 0x9A5FCB) is unknown color: approx Amethyst. HEX triplet: 9A, 5F and CB. RGB value is (154,95,203). Sum of RGB (Red+Green+Blue) = 154+95+203=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A5FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5FCB is #65A034. Grayscale: #7C7C7C. Windows color (decimal): -6660149 or 13328282. OLE color: 13328282.

HSL color Cylindrical-coordinate representation of color #9A5FCB: hue angle of 272.78º 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 #9A5FCB is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15495203-
CMYK0.240.5300.20
HSL272.78º50.94%58.43%-
HSV(B)272.78º53.2%79.61%-
XYZ28.219.3758.75-
YUV124.95172.05148.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=34.07%
G=21.02%
B=44.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154952030.240.5300.20272.7850.9458.43
Hex9A5FCB1835014111333a
Octal23213731330650244216372
Binary1001101010111111100101111000110101010100100010001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a5fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a5fcb; }

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

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

<style>
 a { background-color: #9a5fcb; }

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

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

<style>
 span { border-color: #9a5fcb; }

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

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