#9566CC

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

Shades of Amethyst #9566CC

Tints of Amethyst #9566CC

Color information

#9566CC (or 0x9566CC) is unknown color: approx Amethyst. HEX triplet: 95, 66 and CC. RGB value is (149,102,204). Sum of RGB (Red+Green+Blue) = 149+102+204=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9566CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566CC is #6A9933. Grayscale: #7F7F7F. Windows color (decimal): -6986036 or 13395605. OLE color: 13395605.

HSL color Cylindrical-coordinate representation of color #9566CC: hue angle of 267.65º degrees, saturation: 0.5, 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 #9566CC is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149102204-
CMYK0.270.500.2
HSL267.65º50%60%-
HSV(B)267.65º50%80%-
XYZ28.0420.2559.56-
YUV127.68171.07143.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=32.75%
G=22.42%
B=44.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491022040.270.500.2267.655060
Hex9566CC1B3201410c323c
Octal22514631433620244146274
Binary1001010111001101100110011011110010010100100001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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