#9B50DB

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

Shades of Amethyst #9B50DB

Tints of Amethyst #9B50DB

Color information

#9B50DB (or 0x9B50DB) is unknown color: approx Amethyst. HEX triplet: 9B, 50 and DB. RGB value is (155,80,219). Sum of RGB (Red+Green+Blue) = 155+80+219=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B50DB is #64AF24. Grayscale: #757575. Windows color (decimal): -6598437 or 14373019. OLE color: 14373019.

HSL color Cylindrical-coordinate representation of color #9B50DB: hue angle of 272.37º 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 #9B50DB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15580219-
CMYK0.290.6300.14
HSL272.37º65.88%58.63%-
HSV(B)272.37º63.47%85.88%-
XYZ29.1717.8268.92-
YUV118.27184.85154.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 219 (85.94% from 255) = 48.24%
R=34.14%
G=17.62%
B=48.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155802190.290.6300.14272.3765.8858.63
Hex9B50DB1D3F0E110423b
Octal233120333357701642010273
Binary1001101110100001101101111101111111011101000100001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B50DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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