Html Css Color HEX #9364C1 Amethyst

📋 copy color: '#9364C1'

red 147 ◦ green 100 ◦ blue 193

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

Shades of Amethyst #9364C1

Tints of Amethyst #9364C1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 33.41%
G = 22.73%
B = 43.86%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9364C1 (or 0x9364C1) is known color: Amethyst. HEX triplet: 93, 64 and C1. RGB value is (147,100,193). Sum of RGB (Red+Green+Blue) = 147+100+193=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #9364C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364C1 is #6C9B3E. Grayscale: #7C7C7C. Windows color (decimal): -7117631 or 12674195. OLE color: 12674195.

HSL color Cylindrical-coordinate representation of color #9364C1: hue angle of 270.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9364C1 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 100 193 -
CMYK 0.24 0.48 0 0.24
HSL 270.32º 0.43% 0.57% -
HSV(B) 270.32º 0.48% 0.76% -
XYZ 26.22 19.17 52.77 -
YUV 124.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 147 100 193 0.24 0.48 0 0.24 270.32 0.43 0.57
Hex 93 64 C1 18 30 0 18 10E 2B 39
Octal 223 144 301 30 60 0 30 416 53 71
Binary 10010011 1100100 11000001 11000 110000 0 11000 100001110 101011 111001

Color Harmonies of #9364C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9364C1

Black with #9364C1

Text Example


Text Example

White with #9364C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9364C1; }

 p { color: rgb(147,100,193); }

 H1.HeaderClassName
 {
   color: #9364C1;
 }
 .AnyTagClassName
 {
   color: #9364C1;
 }
</style>

background-color css

<style>
 a { background-color: #9364C1; }

 a { background-color: rgb(147,100,193); }

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

border-color css

<style>
 span { border-color: #9364C1; }

 span { border-color: rgb(147,100,193); }

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