Html Css Color HEX #9362BD Amethyst

📋 copy color: '#9362BD'

red 147 ◦ green 98 ◦ blue 189

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

Shades of Amethyst #9362BD

Tints of Amethyst #9362BD

RGB

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

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

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

R = 33.87%
G = 22.58%
B = 43.55%

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

#9362BD (or 0x9362BD) is known color: Amethyst. HEX triplet: 93, 62 and BD. RGB value is (147,98,189). Sum of RGB (Red+Green+Blue) = 147+98+189=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #9362BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362BD is #6C9D42. Grayscale: #7A7A7A. Windows color (decimal): -7118147 or 12411539. OLE color: 12411539.

HSL color Cylindrical-coordinate representation of color #9362BD: hue angle of 272.31º 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 #9362BD is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 98 189 -
CMYK 0.22 0.48 0 0.26
HSL 272.31º 0.41% 0.56% -
HSV(B) 272.31º 0.48% 0.74% -
XYZ 25.59 18.61 50.39 -
YUV 123.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 147 98 189 0.22 0.48 0 0.26 272.31 0.41 0.56
Hex 93 62 BD 16 30 0 1A 110 29 38
Octal 223 142 275 26 60 0 32 420 51 70
Binary 10010011 1100010 10111101 10110 110000 0 11010 100010000 101001 111000

Color Harmonies of #9362BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362BD

Black with #9362BD

Text Example


Text Example

White with #9362BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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