Html Css Color HEX #9356D8 Amethyst

📋 copy color: '#9356D8'

red 147 ◦ green 86 ◦ blue 216

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

Shades of Amethyst #9356D8

Tints of Amethyst #9356D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 32.74%
G = 19.15%
B = 48.11%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9356D8 (or 0x9356D8) is known color: Amethyst. HEX triplet: 93, 56 and D8. RGB value is (147,86,216). Sum of RGB (Red+Green+Blue) = 147+86+216=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #9356D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356D8 is #6CA927. Grayscale: #767676. Windows color (decimal): -7121192 or 14177939. OLE color: 14177939.

HSL color Cylindrical-coordinate representation of color #9356D8: hue angle of 268.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9356D8 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 86 216 -
CMYK 0.32 0.60 0 0.15
HSL 268.15º 0.63% 0.59% -
HSV(B) 268.15º 0.6% 0.85% -
XYZ 27.76 17.82 66.94 -
YUV 119.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 147 86 216 0.32 0.60 0 0.15 268.15 0.63 0.59
Hex 93 56 D8 20 3C 0 F 10C 3E 3B
Octal 223 126 330 40 74 0 17 414 76 73
Binary 10010011 1010110 11011000 100000 111100 0 1111 100001100 111110 111011

Color Harmonies of #9356D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9356D8

Black with #9356D8

Text Example


Text Example

White with #9356D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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