#946ACD

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

Shades of Amethyst #946ACD

Tints of Amethyst #946ACD

Color information

#946ACD (or 0x946ACD) is unknown color: approx Amethyst. HEX triplet: 94, 6A and CD. RGB value is (148,106,205). Sum of RGB (Red+Green+Blue) = 148+106+205=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #946ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ACD is #6B9532. Grayscale: #818181. Windows color (decimal): -7050547 or 13462164. OLE color: 13462164.

HSL color Cylindrical-coordinate representation of color #946ACD: hue angle of 265.45º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946ACD is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148106205-
CMYK0.280.4800.20
HSL265.45º49.75%60.98%-
HSV(B)265.45º48.29%80.39%-
XYZ28.3921.0160.32-
YUV129.84170.41140.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=32.24%
G=23.09%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481062050.280.4800.20265.4549.7560.98
Hex946ACD1C30014109323d
Octal22415231534600244116275
Binary1001010011010101100110111100110000010100100001001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946ACD; }

 p { color: rgb(148,106,205); }

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

<style>
 a { background-color: #946ACD; }

 a { background-color: rgb(148,106,205); }

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

<style>
 span { border-color: #946ACD; }

 span { border-color: rgb(148,106,205); }

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