#9461CB

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

Shades of Amethyst #9461CB

Tints of Amethyst #9461CB

Color information

#9461CB (or 0x9461CB) is unknown color: approx Amethyst. HEX triplet: 94, 61 and CB. RGB value is (148,97,203). Sum of RGB (Red+Green+Blue) = 148+97+203=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #9461CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461CB is #6B9E34. Grayscale: #7B7B7B. Windows color (decimal): -7052853 or 13328788. OLE color: 13328788.

HSL color Cylindrical-coordinate representation of color #9461CB: hue angle of 268.87º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9461CB is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14897203-
CMYK0.270.5200.20
HSL268.87º50.48%58.82%-
HSV(B)268.87º52.22%79.61%-
XYZ27.2719.1658.76-
YUV124.33172.4144.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=33.04%
G=21.65%
B=45.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148972030.270.5200.20268.8750.4858.82
Hex9461CB1B3401410d323b
Octal22414131333640244156273
Binary1001010011000011100101111011110100010100100001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9461CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9461CB; }

 p { color: rgb(148,97,203); }

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

<style>
 a { background-color: #9461CB; }

 a { background-color: rgb(148,97,203); }

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

<style>
 span { border-color: #9461CB; }

 span { border-color: rgb(148,97,203); }

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