#9B6ACA

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

Shades of Amethyst #9B6ACA

Tints of Amethyst #9B6ACA

Color information

#9B6ACA (or 0x9B6ACA) is unknown color: approx Amethyst. HEX triplet: 9B, 6A and CA. RGB value is (155,106,202). Sum of RGB (Red+Green+Blue) = 155+106+202=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B6ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ACA is #649535. Grayscale: #838383. Windows color (decimal): -6591798 or 13265563. OLE color: 13265563.

HSL color Cylindrical-coordinate representation of color #9B6ACA: hue angle of 270.62º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B6ACA is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155106202-
CMYK0.230.4800.21
HSL270.62º47.52%60.39%-
HSV(B)270.62º47.52%79.22%-
XYZ29.3321.5458.49-
YUV131.6167.73144.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=33.48%
G=22.89%
B=43.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551062020.230.4800.21270.6247.5260.39
Hex9B6ACA173001510f303c
Octal23315231227600254176074
Binary1001101111010101100101010111110000010101100001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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