Html Css Color HEX #9362BF Amethyst

📋 copy color: '#9362BF'

red 147 ◦ green 98 ◦ blue 191

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

Shades of Amethyst #9362BF

Tints of Amethyst #9362BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

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

R = 33.72%
G = 22.48%
B = 43.81%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9362BF (or 0x9362BF) is known color: Amethyst. HEX triplet: 93, 62 and BF. RGB value is (147,98,191). Sum of RGB (Red+Green+Blue) = 147+98+191=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #9362BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362BF is #6C9D40. Grayscale: #7A7A7A. Windows color (decimal): -7118145 or 12542611. OLE color: 12542611.

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

Color convert

RGB 147 98 191 -
CMYK 0.23 0.49 0 0.25
HSL 271.61º 0.42% 0.57% -
HSV(B) 271.61º 0.49% 0.75% -
XYZ 25.8 18.7 51.54 -
YUV 123.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 147 98 191 0.23 0.49 0 0.25 271.61 0.42 0.57
Hex 93 62 BF 17 31 0 19 110 2A 39
Octal 223 142 277 27 61 0 31 420 52 71
Binary 10010011 1100010 10111111 10111 110001 0 11001 100010000 101010 111001

Color Harmonies of #9362BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362BF

Black with #9362BF

Text Example


Text Example

White with #9362BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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