#9368CC

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

Shades of Amethyst #9368CC

Tints of Amethyst #9368CC

Color information

#9368CC (or 0x9368CC) is unknown color: approx Amethyst. HEX triplet: 93, 68 and CC. RGB value is (147,104,204). Sum of RGB (Red+Green+Blue) = 147+104+204=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9368CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368CC is #6C9733. Grayscale: #7F7F7F. Windows color (decimal): -7116596 or 13396115. OLE color: 13396115.

HSL color Cylindrical-coordinate representation of color #9368CC: hue angle of 265.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9368CC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147104204-
CMYK0.280.4900.2
HSL265.8º49.5%60.39%-
HSV(B)265.8º49.02%80%-
XYZ27.8820.4659.61-
YUV128.26170.75141.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 104 (41.02% from 255) = 22.86%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=32.31%
G=22.86%
B=44.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471042040.280.4900.2265.849.560.39
Hex9368CC1C3101410a323c
Octal22315031434610244126274
Binary1001001111010001100110011100110001010100100001010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9368CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9368CC; }

 p { color: rgb(147,104,204); }

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

<style>
 a { background-color: #9368CC; }

 a { background-color: rgb(147,104,204); }

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

<style>
 span { border-color: #9368CC; }

 span { border-color: rgb(147,104,204); }

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