#9567CE

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

Shades of Amethyst #9567CE

Tints of Amethyst #9567CE

Color information

#9567CE (or 0x9567CE) is unknown color: approx Amethyst. HEX triplet: 95, 67 and CE. RGB value is (149,103,206). Sum of RGB (Red+Green+Blue) = 149+103+206=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9567CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567CE is #6A9831. Grayscale: #808080. Windows color (decimal): -6985778 or 13526933. OLE color: 13526933.

HSL color Cylindrical-coordinate representation of color #9567CE: hue angle of 266.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9567CE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149103206-
CMYK0.280.5000.19
HSL266.8º51.24%60.59%-
HSV(B)266.8º50%80.78%-
XYZ28.3920.5560.86-
YUV128.5171.74142.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=32.53%
G=22.49%
B=44.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491032060.280.5000.19266.851.2460.59
Hex9567CE1C3201310b333d
Octal22514731634620234136375
Binary1001010111001111100111011100110010010011100001011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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