#9B5FCC

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

Shades of Amethyst #9B5FCC

Tints of Amethyst #9B5FCC

Color information

#9B5FCC (or 0x9B5FCC) is unknown color: approx Amethyst. HEX triplet: 9B, 5F and CC. RGB value is (155,95,204). Sum of RGB (Red+Green+Blue) = 155+95+204=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5FCC is #64A033. Grayscale: #7C7C7C. Windows color (decimal): -6594612 or 13393819. OLE color: 13393819.

HSL color Cylindrical-coordinate representation of color #9B5FCC: hue angle of 273.03º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B5FCC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15595204-
CMYK0.240.5300.2
HSL273.03º51.66%58.63%-
HSV(B)273.03º53.43%80%-
XYZ28.5119.5159.39-
YUV125.37172.38149.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 95 (37.5% from 255) = 20.93%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=34.14%
G=20.93%
B=44.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155952040.240.5300.2273.0351.6658.63
Hex9B5FCC1835014111343b
Octal23313731430650244216473
Binary1001101110111111100110011000110101010100100010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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