#9B55D7

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

Shades of Amethyst #9B55D7

Tints of Amethyst #9B55D7

Color information

#9B55D7 (or 0x9B55D7) is unknown color: approx Amethyst. HEX triplet: 9B, 55 and D7. RGB value is (155,85,215). Sum of RGB (Red+Green+Blue) = 155+85+215=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B55D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B55D7 is #64AA28. Grayscale: #787878. Windows color (decimal): -6597161 or 14112155. OLE color: 14112155.

HSL color Cylindrical-coordinate representation of color #9B55D7: hue angle of 272.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B55D7 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15585215-
CMYK0.280.6000.16
HSL272.31º61.9%58.82%-
HSV(B)272.31º60.47%84.31%-
XYZ29.0318.3766.31-
YUV120.75181.19152.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 215 (84.38% from 255) = 47.25%
R=34.07%
G=18.68%
B=47.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155852150.280.6000.16272.3161.958.82
Hex9B55D71C3C0101103e3b
Octal23312532734740204207673
Binary1001101110101011101011111100111100010000100010000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B55D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,215); }

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

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

 a { background-color: rgb(155,85,215); }

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

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

 span { border-color: rgb(155,85,215); }

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