#9566CB

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

Shades of Amethyst #9566CB

Tints of Amethyst #9566CB

Color information

#9566CB (or 0x9566CB) is unknown color: approx Amethyst. HEX triplet: 95, 66 and CB. RGB value is (149,102,203). Sum of RGB (Red+Green+Blue) = 149+102+203=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #9566CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566CB is #6A9934. Grayscale: #7F7F7F. Windows color (decimal): -6986037 or 13330069. OLE color: 13330069.

HSL color Cylindrical-coordinate representation of color #9566CB: hue angle of 267.92º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9566CB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149102203-
CMYK0.270.5000.20
HSL267.92º49.27%59.8%-
HSV(B)267.92º49.75%79.61%-
XYZ27.9320.258.93-
YUV127.57170.57143.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=32.82%
G=22.47%
B=44.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491022030.270.5000.20267.9249.2759.8
Hex9566CB1B3201410c313c
Octal22514631333620244146174
Binary1001010111001101100101111011110010010100100001100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9566CB; }

 p { color: rgb(149,102,203); }

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

<style>
 a { background-color: #9566CB; }

 a { background-color: rgb(149,102,203); }

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

<style>
 span { border-color: #9566CB; }

 span { border-color: rgb(149,102,203); }

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