#9B5FCE

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

Shades of Amethyst #9B5FCE

Tints of Amethyst #9B5FCE

Color information

#9B5FCE (or 0x9B5FCE) is unknown color: approx Amethyst. HEX triplet: 9B, 5F and CE. RGB value is (155,95,206). Sum of RGB (Red+Green+Blue) = 155+95+206=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FCE is #64A031. Grayscale: #7D7D7D. Windows color (decimal): -6594610 or 13524891. OLE color: 13524891.

HSL color Cylindrical-coordinate representation of color #9B5FCE: hue angle of 272.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B5FCE is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15595206-
CMYK0.250.5400.19
HSL272.43º53.11%59.02%-
HSV(B)272.43º53.88%80.78%-
XYZ28.7519.6160.66-
YUV125.59173.38148.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 95 (37.5% from 255) = 20.83%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=33.99%
G=20.83%
B=45.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal155952060.250.5400.19272.4353.1159.02
Hex9B5FCE1936013110353b
Octal23313731631660234206573
Binary1001101110111111100111011001110110010011100010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,95,206); }

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

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

 a { background-color: rgb(155,95,206); }

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

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

 span { border-color: rgb(155,95,206); }

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