Html Css Color HEX #9366CE Amethyst

📋 copy color: '#9366CE'

red 147 ◦ green 102 ◦ blue 206

#9366CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9366CE

Tints of Amethyst #9366CE

RGB

 RED value IS 147 (57.81% from 255) = 32.31%

 GREEN value IS 102 (40.23% from 255) = 22.42%

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 32.31%
G = 22.42%
B = 45.27%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9366CE (or 0x9366CE) is known color: Amethyst. HEX triplet: 93, 66 and CE. RGB value is (147,102,206). Sum of RGB (Red+Green+Blue) = 147+102+206=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 102 (40.23% from 255 or 22.42% 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 #9366CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366CE is #6C9931. Grayscale: #7E7E7E. Windows color (decimal): -7117106 or 13526675. OLE color: 13526675.

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

Color convert

RGB 147 102 206 -
CMYK 0.29 0.50 0 0.19
HSL 265.96º 0.51% 0.6% -
HSV(B) 265.96º 0.5% 0.81% -
XYZ 27.92 20.16 60.81 -
YUV 127.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 147 102 206 0.29 0.50 0 0.19 265.96 0.51 0.6
Hex 93 66 CE 1D 32 0 13 10A 33 3C
Octal 223 146 316 35 62 0 23 412 63 74
Binary 10010011 1100110 11001110 11101 110010 0 10011 100001010 110011 111100

Color Harmonies of #9366CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9366CE

Black with #9366CE

Text Example


Text Example

White with #9366CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,102,206); }

 H1.HeaderClassName
 {
   color: #9366CE;
 }
 .AnyTagClassName
 {
   color: #9366CE;
 }
</style>

background-color css

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

 a { background-color: rgb(147,102,206); }

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

border-color css

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

 span { border-color: rgb(147,102,206); }

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