#9567CA

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

Shades of Amethyst #9567CA

Tints of Amethyst #9567CA

Color information

#9567CA (or 0x9567CA) is unknown color: approx Amethyst. HEX triplet: 95, 67 and CA. RGB value is (149,103,202). Sum of RGB (Red+Green+Blue) = 149+103+202=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #9567CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567CA is #6A9835. Grayscale: #7F7F7F. Windows color (decimal): -6985782 or 13264789. OLE color: 13264789.

HSL color Cylindrical-coordinate representation of color #9567CA: hue angle of 267.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9567CA is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149103202-
CMYK0.260.4900.21
HSL267.88º48.29%59.8%-
HSV(B)267.88º49.01%79.22%-
XYZ27.9120.3558.34-
YUV128.04169.74142.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=32.82%
G=22.69%
B=44.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491032020.260.4900.21267.8848.2959.8
Hex9567CA1A3101510c303c
Octal22514731232610254146074
Binary1001010111001111100101011010110001010101100001100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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