#9464CC

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

Shades of Amethyst #9464CC

Tints of Amethyst #9464CC

Color information

#9464CC (or 0x9464CC) is unknown color: approx Amethyst. HEX triplet: 94, 64 and CC. RGB value is (148,100,204). Sum of RGB (Red+Green+Blue) = 148+100+204=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #9464CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464CC is #6B9B33. Grayscale: #7D7D7D. Windows color (decimal): -7052084 or 13395092. OLE color: 13395092.

HSL color Cylindrical-coordinate representation of color #9464CC: hue angle of 267.69º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9464CC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148100204-
CMYK0.270.5100.2
HSL267.69º50.49%59.61%-
HSV(B)267.69º50.98%80%-
XYZ27.6719.7759.48-
YUV126.21171.9143.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=32.74%
G=22.12%
B=45.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481002040.270.5100.2267.6950.4959.61
Hex9464CC1B3301410c323c
Octal22414431433630244146274
Binary1001010011001001100110011011110011010100100001100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9464CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,100,204); }

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

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

 a { background-color: rgb(148,100,204); }

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

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

 span { border-color: rgb(148,100,204); }

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