#9365CF

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

Shades of Amethyst #9365CF

Tints of Amethyst #9365CF

Color information

#9365CF (or 0x9365CF) is unknown color: approx Amethyst. HEX triplet: 93, 65 and CF. RGB value is (147,101,207). Sum of RGB (Red+Green+Blue) = 147+101+207=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9365CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365CF is #6C9A30. Grayscale: #7E7E7E. Windows color (decimal): -7117361 or 13591955. OLE color: 13591955.

HSL color Cylindrical-coordinate representation of color #9365CF: hue angle of 266.04º 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 #9365CF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147101207-
CMYK0.290.5100.19
HSL266.04º52.48%60.39%-
HSV(B)266.04º51.21%81.18%-
XYZ27.9520.0261.42-
YUV126.84173.24142.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=32.31%
G=22.20%
B=45.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471012070.290.5100.19266.0452.4860.39
Hex9365CF1D3301310a343c
Octal22314531735630234126474
Binary1001001111001011100111111101110011010011100001010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9365CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9365CF; }

 p { color: rgb(147,101,207); }

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

<style>
 a { background-color: #9365CF; }

 a { background-color: rgb(147,101,207); }

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

<style>
 span { border-color: #9365CF; }

 span { border-color: rgb(147,101,207); }

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