Html Css Color HEX #9364BF Amethyst

📋 copy color: '#9364BF'

red 147 ◦ green 100 ◦ blue 191

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

Shades of Amethyst #9364BF

Tints of Amethyst #9364BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.61%

R = 33.56%
G = 22.83%
B = 43.61%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9364BF (or 0x9364BF) is known color: Amethyst. HEX triplet: 93, 64 and BF. RGB value is (147,100,191). Sum of RGB (Red+Green+Blue) = 147+100+191=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #9364BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364BF is #6C9B40. Grayscale: #7C7C7C. Windows color (decimal): -7117633 or 12543123. OLE color: 12543123.

HSL color Cylindrical-coordinate representation of color #9364BF: hue angle of 270.99º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9364BF is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 100 191 -
CMYK 0.23 0.48 0 0.25
HSL 270.99º 0.42% 0.57% -
HSV(B) 270.99º 0.48% 0.75% -
XYZ 25.99 19.08 51.6 -
YUV 124.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 147 100 191 0.23 0.48 0 0.25 270.99 0.42 0.57
Hex 93 64 BF 17 30 0 19 10F 2A 39
Octal 223 144 277 27 60 0 31 417 52 71
Binary 10010011 1100100 10111111 10111 110000 0 11001 100001111 101010 111001

Color Harmonies of #9364BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9364BF

Black with #9364BF

Text Example


Text Example

White with #9364BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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