#9567CC

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

Shades of Amethyst #9567CC

Tints of Amethyst #9567CC

Color information

#9567CC (or 0x9567CC) is unknown color: approx Amethyst. HEX triplet: 95, 67 and CC. RGB value is (149,103,204). Sum of RGB (Red+Green+Blue) = 149+103+204=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9567CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567CC is #6A9833. Grayscale: #7F7F7F. Windows color (decimal): -6985780 or 13395861. OLE color: 13395861.

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

Color convert

RGB149103204-
CMYK0.270.5000.2
HSL267.33º49.75%60.2%-
HSV(B)267.33º49.51%80%-
XYZ28.1420.4559.59-
YUV128.27170.74142.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=32.68%
G=22.59%
B=44.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491032040.270.5000.2267.3349.7560.2
Hex9567CC1B3201410b323c
Octal22514731433620244136274
Binary1001010111001111100110011011110010010100100001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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