Html Css Color HEX #9352D8 Amethyst

📋 copy color: '#9352D8'

red 147 ◦ green 82 ◦ blue 216

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

Shades of Amethyst #9352D8

Tints of Amethyst #9352D8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.43%

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

R = 33.03%
G = 18.43%
B = 48.54%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9352D8 (or 0x9352D8) is known color: Amethyst. HEX triplet: 93, 52 and D8. RGB value is (147,82,216). Sum of RGB (Red+Green+Blue) = 147+82+216=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #9352D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352D8 is #6CAD27. Grayscale: #747474. Windows color (decimal): -7122216 or 14176915. OLE color: 14176915.

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

Color convert

RGB 147 82 216 -
CMYK 0.32 0.62 0 0.15
HSL 269.1º 0.63% 0.58% -
HSV(B) 269.1º 0.62% 0.85% -
XYZ 27.44 17.2 66.84 -
YUV 116.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 147 82 216 0.32 0.62 0 0.15 269.1 0.63 0.58
Hex 93 52 D8 20 3E 0 F 10D 3F 3A
Octal 223 122 330 40 76 0 17 415 77 72
Binary 10010011 1010010 11011000 100000 111110 0 1111 100001101 111111 111010

Color Harmonies of #9352D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352D8

Black with #9352D8

Text Example


Text Example

White with #9352D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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