Html Css Color HEX #9360D5 Amethyst

📋 copy color: '#9360D5'

red 147 ◦ green 96 ◦ blue 213

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

Shades of Amethyst #9360D5

Tints of Amethyst #9360D5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.05%

 BLUE value IS 213 (83.59% from 255) = 46.71%

R = 32.24%
G = 21.05%
B = 46.71%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9360D5 (or 0x9360D5) is known color: Amethyst. HEX triplet: 93, 60 and D5. RGB value is (147,96,213). Sum of RGB (Red+Green+Blue) = 147+96+213=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #9360D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360D5 is #6C9F2A. Grayscale: #7C7C7C. Windows color (decimal): -7118635 or 13983891. OLE color: 13983891.

HSL color Cylindrical-coordinate representation of color #9360D5: hue angle of 266.15º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9360D5 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 96 213 -
CMYK 0.31 0.55 0 0.16
HSL 266.15º 0.58% 0.61% -
HSV(B) 266.15º 0.55% 0.84% -
XYZ 28.23 19.37 65.2 -
YUV 124.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 147 96 213 0.31 0.55 0 0.16 266.15 0.58 0.61
Hex 93 60 D5 1F 37 0 10 10A 3A 3D
Octal 223 140 325 37 67 0 20 412 72 75
Binary 10010011 1100000 11010101 11111 110111 0 10000 100001010 111010 111101

Color Harmonies of #9360D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9360D5

Black with #9360D5

Text Example


Text Example

White with #9360D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9360D5; }

 p { color: rgb(147,96,213); }

 H1.HeaderClassName
 {
   color: #9360D5;
 }
 .AnyTagClassName
 {
   color: #9360D5;
 }
</style>

background-color css

<style>
 a { background-color: #9360D5; }

 a { background-color: rgb(147,96,213); }

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

border-color css

<style>
 span { border-color: #9360D5; }

 span { border-color: rgb(147,96,213); }

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