#9465CE

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

Shades of Amethyst #9465CE

Tints of Amethyst #9465CE

Color information

#9465CE (or 0x9465CE) is unknown color: approx Amethyst. HEX triplet: 94, 65 and CE. RGB value is (148,101,206). Sum of RGB (Red+Green+Blue) = 148+101+206=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9465CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465CE is #6B9A31. Grayscale: #7E7E7E. Windows color (decimal): -7051826 or 13526420. OLE color: 13526420.

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

Color convert

RGB148101206-
CMYK0.280.5100.19
HSL266.86º51.72%60.2%-
HSV(B)266.86º50.97%80.78%-
XYZ28.0120.0660.79-
YUV127.02172.57142.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=32.53%
G=22.20%
B=45.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481012060.280.5100.19266.8651.7260.2
Hex9465CE1C3301310b343c
Octal22414531634630234136474
Binary1001010011001011100111011100110011010011100001011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9465CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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