#9463CE

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

Shades of Amethyst #9463CE

Tints of Amethyst #9463CE

Color information

#9463CE (or 0x9463CE) is unknown color: approx Amethyst. HEX triplet: 94, 63 and CE. RGB value is (148,99,206). Sum of RGB (Red+Green+Blue) = 148+99+206=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9463CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463CE is #6B9C31. Grayscale: #7D7D7D. Windows color (decimal): -7052338 or 13525908. OLE color: 13525908.

HSL color Cylindrical-coordinate representation of color #9463CE: hue angle of 267.48º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9463CE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14899206-
CMYK0.280.5200.19
HSL267.48º52.2%59.8%-
HSV(B)267.48º51.94%80.78%-
XYZ27.8219.6860.72-
YUV125.85173.23143.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 206 (80.86% from 255) = 45.47%
R=32.67%
G=21.85%
B=45.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148992060.280.5200.19267.4852.259.8
Hex9463CE1C3401310b343c
Octal22414331634640234136474
Binary1001010011000111100111011100110100010011100001011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9463CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9463CE; }

 p { color: rgb(148,99,206); }

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

<style>
 a { background-color: #9463CE; }

 a { background-color: rgb(148,99,206); }

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

<style>
 span { border-color: #9463CE; }

 span { border-color: rgb(148,99,206); }

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