Html Css Color HEX #9362C0 Amethyst

📋 copy color: '#9362C0'

red 147 ◦ green 98 ◦ blue 192

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

Shades of Amethyst #9362C0

Tints of Amethyst #9362C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.94%

R = 33.64%
G = 22.43%
B = 43.94%

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

#9362C0 (or 0x9362C0) is known color: Amethyst. HEX triplet: 93, 62 and C0. RGB value is (147,98,192). Sum of RGB (Red+Green+Blue) = 147+98+192=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #9362C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362C0 is #6C9D3F. Grayscale: #7B7B7B. Windows color (decimal): -7118144 or 12608147. OLE color: 12608147.

HSL color Cylindrical-coordinate representation of color #9362C0: hue angle of 271.28º degrees, saturation: 0.43, 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 #9362C0 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 98 192 -
CMYK 0.23 0.49 0 0.25
HSL 271.28º 0.43% 0.57% -
HSV(B) 271.28º 0.49% 0.75% -
XYZ 25.91 18.74 52.12 -
YUV 123.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 147 98 192 0.23 0.49 0 0.25 271.28 0.43 0.57
Hex 93 62 C0 17 31 0 19 10F 2B 39
Octal 223 142 300 27 61 0 31 417 53 71
Binary 10010011 1100010 11000000 10111 110001 0 11001 100001111 101011 111001

Color Harmonies of #9362C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362C0

Black with #9362C0

Text Example


Text Example

White with #9362C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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