#9B66C8

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

Shades of Amethyst #9B66C8

Tints of Amethyst #9B66C8

Color information

#9B66C8 (or 0x9B66C8) is unknown color: approx Amethyst. HEX triplet: 9B, 66 and C8. RGB value is (155,102,200). Sum of RGB (Red+Green+Blue) = 155+102+200=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #9B66C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B66C8 is #649937. Grayscale: #808080. Windows color (decimal): -6592824 or 13133467. OLE color: 13133467.

HSL color Cylindrical-coordinate representation of color #9B66C8: hue angle of 272.45º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B66C8 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB155102200-
CMYK0.220.4900.22
HSL272.45º47.12%59.22%-
HSV(B)272.45º49%78.43%-
XYZ28.6920.6457.12-
YUV129.02168.06146.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 200 (78.52% from 255) = 43.76%
R=33.92%
G=22.32%
B=43.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551022000.220.4900.22272.4547.1259.22
Hex9B66C816310161102f3b
Octal23314631026610264205773
Binary1001101111001101100100010110110001010110100010000101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B66C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,102,200); }

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

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

 a { background-color: rgb(155,102,200); }

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

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

 span { border-color: rgb(155,102,200); }

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