Html Css Color HEX #9356D5 Amethyst

📋 copy color: '#9356D5'

red 147 ◦ green 86 ◦ blue 213

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

Shades of Amethyst #9356D5

Tints of Amethyst #9356D5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.28%

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

R = 32.96%
G = 19.28%
B = 47.76%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9356D5 (or 0x9356D5) is known color: Amethyst. HEX triplet: 93, 56 and D5. RGB value is (147,86,213). Sum of RGB (Red+Green+Blue) = 147+86+213=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #9356D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356D5 is #6CA92A. Grayscale: #767676. Windows color (decimal): -7121195 or 13981331. OLE color: 13981331.

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

Color convert

RGB 147 86 213 -
CMYK 0.31 0.60 0 0.16
HSL 268.82º 0.6% 0.59% -
HSV(B) 268.82º 0.6% 0.84% -
XYZ 27.37 17.66 64.92 -
YUV 118.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 147 86 213 0.31 0.60 0 0.16 268.82 0.6 0.59
Hex 93 56 D5 1F 3C 0 10 10D 3C 3B
Octal 223 126 325 37 74 0 20 415 74 73
Binary 10010011 1010110 11010101 11111 111100 0 10000 100001101 111100 111011

Color Harmonies of #9356D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9356D5

Black with #9356D5

Text Example


Text Example

White with #9356D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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