#9B51D8

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

Shades of Amethyst #9B51D8

Tints of Amethyst #9B51D8

Color information

#9B51D8 (or 0x9B51D8) is unknown color: approx Amethyst. HEX triplet: 9B, 51 and D8. RGB value is (155,81,216). Sum of RGB (Red+Green+Blue) = 155+81+216=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #9B51D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51D8 is #64AE27. Grayscale: #767676. Windows color (decimal): -6598184 or 14176667. OLE color: 14176667.

HSL color Cylindrical-coordinate representation of color #9B51D8: hue angle of 272.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B51D8 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15581216-
CMYK0.280.6200.15
HSL272.89º63.38%58.24%-
HSV(B)272.89º62.5%84.71%-
XYZ28.8517.8166.88-
YUV118.52183.02154.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 81 (32.03% from 255) = 17.92%
BLUE value IS 216 (84.77% from 255) = 47.79%
R=34.29%
G=17.92%
B=47.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155812160.280.6200.15272.8963.3858.24
Hex9B51D81C3E0F1113f3a
Octal23312133034760174217772
Binary100110111010001110110001110011111001111100010001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B51D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,216); }

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

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

 a { background-color: rgb(155,81,216); }

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

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

 span { border-color: rgb(155,81,216); }

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