#9B6ACC

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

Shades of Amethyst #9B6ACC

Tints of Amethyst #9B6ACC

Color information

#9B6ACC (or 0x9B6ACC) is unknown color: approx Amethyst. HEX triplet: 9B, 6A and CC. RGB value is (155,106,204). Sum of RGB (Red+Green+Blue) = 155+106+204=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B6ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ACC is #649533. Grayscale: #838383. Windows color (decimal): -6591796 or 13396635. OLE color: 13396635.

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

Color convert

RGB155106204-
CMYK0.240.4800.2
HSL270º49%60.78%-
HSV(B)270º48.04%80%-
XYZ29.5721.6459.74-
YUV131.82168.73144.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=33.33%
G=22.80%
B=43.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551062040.240.4800.22704960.78
Hex9B6ACC183001410e313d
Octal23315231430600244166175
Binary1001101111010101100110011000110000010100100001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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