#9464C1

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

Shades of Amethyst #9464C1

Tints of Amethyst #9464C1

Color information

#9464C1 (or 0x9464C1) is unknown color: approx Amethyst. HEX triplet: 94, 64 and C1. RGB value is (148,100,193). Sum of RGB (Red+Green+Blue) = 148+100+193=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #9464C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9464C1 is #6B9B3E. Grayscale: #7C7C7C. Windows color (decimal): -7052095 or 12674196. OLE color: 12674196.

HSL color Cylindrical-coordinate representation of color #9464C1: hue angle of 270.97º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9464C1 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148100193-
CMYK0.230.4800.24
HSL270.97º42.86%57.45%-
HSV(B)270.97º48.19%75.69%-
XYZ26.419.2652.78-
YUV124.95166.4144.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 193 (75.78% from 255) = 43.76%
R=33.56%
G=22.68%
B=43.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481001930.230.4800.24270.9742.8657.45
Hex9464C1173001810f2b39
Octal22414430127600304175371
Binary1001010011001001100000110111110000011000100001111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9464C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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