#9A50DB

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

Shades of Amethyst #9A50DB

Tints of Amethyst #9A50DB

Color information

#9A50DB (or 0x9A50DB) is unknown color: approx Amethyst. HEX triplet: 9A, 50 and DB. RGB value is (154,80,219). Sum of RGB (Red+Green+Blue) = 154+80+219=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50DB is #65AF24. Grayscale: #757575. Windows color (decimal): -6663973 or 14373018. OLE color: 14373018.

HSL color Cylindrical-coordinate representation of color #9A50DB: hue angle of 271.94º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A50DB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15480219-
CMYK0.300.6300.14
HSL271.94º65.88%58.63%-
HSV(B)271.94º63.47%85.88%-
XYZ28.9817.7268.91-
YUV117.97185.02153.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=34.00%
G=17.66%
B=48.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal154802190.300.6300.14271.9465.8858.63
Hex9A50DB1E3F0E110423b
Octal232120333367701642010273
Binary1001101010100001101101111110111111011101000100001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A50DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,80,219); }

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

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

 a { background-color: rgb(154,80,219); }

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

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

 span { border-color: rgb(154,80,219); }

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