Html Css Color HEX #9358D8 Amethyst

📋 copy color: '#9358D8'

red 147 ◦ green 88 ◦ blue 216

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

Shades of Amethyst #9358D8

Tints of Amethyst #9358D8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.51%

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

R = 32.59%
G = 19.51%
B = 47.89%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9358D8 (or 0x9358D8) is known color: Amethyst. HEX triplet: 93, 58 and D8. RGB value is (147,88,216). Sum of RGB (Red+Green+Blue) = 147+88+216=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #9358D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358D8 is #6CA727. Grayscale: #777777. Windows color (decimal): -7120680 or 14178451. OLE color: 14178451.

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

Color convert

RGB 147 88 216 -
CMYK 0.32 0.59 0 0.15
HSL 267.66º 0.62% 0.6% -
HSV(B) 267.66º 0.59% 0.85% -
XYZ 27.92 18.14 67 -
YUV 120.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 147 88 216 0.32 0.59 0 0.15 267.66 0.62 0.6
Hex 93 58 D8 20 3B 0 F 10C 3E 3C
Octal 223 130 330 40 73 0 17 414 76 74
Binary 10010011 1011000 11011000 100000 111011 0 1111 100001100 111110 111100

Color Harmonies of #9358D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358D8

Black with #9358D8

Text Example


Text Example

White with #9358D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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