Html Css Color HEX #9363BD Amethyst

📋 copy color: '#9363BD'

red 147 ◦ green 99 ◦ blue 189

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

Shades of Amethyst #9363BD

Tints of Amethyst #9363BD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.76%

 BLUE value IS 189 (74.22% from 255) = 43.45%

R = 33.79%
G = 22.76%
B = 43.45%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9363BD (or 0x9363BD) is known color: Amethyst. HEX triplet: 93, 63 and BD. RGB value is (147,99,189). Sum of RGB (Red+Green+Blue) = 147+99+189=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #9363BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363BD is #6C9C42. Grayscale: #7B7B7B. Windows color (decimal): -7117891 or 12411795. OLE color: 12411795.

HSL color Cylindrical-coordinate representation of color #9363BD: hue angle of 272º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9363BD is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 99 189 -
CMYK 0.22 0.48 0 0.26
HSL 272º 0.41% 0.56% -
HSV(B) 272º 0.48% 0.74% -
XYZ 25.68 18.8 50.42 -
YUV 123.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 147 99 189 0.22 0.48 0 0.26 272 0.41 0.56
Hex 93 63 BD 16 30 0 1A 110 29 38
Octal 223 143 275 26 60 0 32 420 51 70
Binary 10010011 1100011 10111101 10110 110000 0 11010 100010000 101001 111000

Color Harmonies of #9363BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9363BD

Black with #9363BD

Text Example


Text Example

White with #9363BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9363BD; }

 p { color: rgb(147,99,189); }

 H1.HeaderClassName
 {
   color: #9363BD;
 }
 .AnyTagClassName
 {
   color: #9363BD;
 }
</style>

background-color css

<style>
 a { background-color: #9363BD; }

 a { background-color: rgb(147,99,189); }

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

border-color css

<style>
 span { border-color: #9363BD; }

 span { border-color: rgb(147,99,189); }

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