Html Css Color HEX #9366CA Amethyst

📋 copy color: '#9366CA'

red 147 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #9366CA

Tints of Amethyst #9366CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 32.59%
G = 22.62%
B = 44.79%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9366CA (or 0x9366CA) is known color: Amethyst. HEX triplet: 93, 66 and CA. RGB value is (147,102,202). Sum of RGB (Red+Green+Blue) = 147+102+202=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #9366CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366CA is #6C9935. Grayscale: #7E7E7E. Windows color (decimal): -7117110 or 13264531. OLE color: 13264531.

HSL color Cylindrical-coordinate representation of color #9366CA: hue angle of 267º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9366CA is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 102 202 -
CMYK 0.27 0.50 0 0.21
HSL 267º 0.49% 0.6% -
HSV(B) 267º 0.5% 0.79% -
XYZ 27.44 19.97 58.29 -
YUV 126.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 147 102 202 0.27 0.50 0 0.21 267 0.49 0.6
Hex 93 66 CA 1B 32 0 15 10B 31 3C
Octal 223 146 312 33 62 0 25 413 61 74
Binary 10010011 1100110 11001010 11011 110010 0 10101 100001011 110001 111100

Color Harmonies of #9366CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9366CA

Black with #9366CA

Text Example


Text Example

White with #9366CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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