#9B66CA

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

Shades of Amethyst #9B66CA

Tints of Amethyst #9B66CA

Color information

#9B66CA (or 0x9B66CA) is unknown color: approx Amethyst. HEX triplet: 9B, 66 and CA. RGB value is (155,102,202). Sum of RGB (Red+Green+Blue) = 155+102+202=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B66CA is #649935. Grayscale: #808080. Windows color (decimal): -6592822 or 13264539. OLE color: 13264539.

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

Color convert

RGB155102202-
CMYK0.230.5000.21
HSL271.8º48.54%59.61%-
HSV(B)271.8º49.5%79.22%-
XYZ28.9320.7458.35-
YUV129.25169.06146.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=33.77%
G=22.22%
B=44.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551022020.230.5000.21271.848.5459.61
Hex9B66CA1732015110313c
Octal23314631227620254206174
Binary1001101111001101100101010111110010010101100010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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