Html Css Color HEX #9352DE Amethyst

📋 copy color: '#9352DE'

red 147 ◦ green 82 ◦ blue 222

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

Shades of Amethyst #9352DE

Tints of Amethyst #9352DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 32.59%
G = 18.18%
B = 49.22%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9352DE (or 0x9352DE) is known color: Amethyst. HEX triplet: 93, 52 and DE. RGB value is (147,82,222). Sum of RGB (Red+Green+Blue) = 147+82+222=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #9352DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352DE is #6CAD21. Grayscale: #747474. Windows color (decimal): -7122210 or 14570131. OLE color: 14570131.

HSL color Cylindrical-coordinate representation of color #9352DE: hue angle of 267.86º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9352DE is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 82 222 -
CMYK 0.34 0.63 0 0.13
HSL 267.86º 0.68% 0.6% -
HSV(B) 267.86º 0.63% 0.87% -
XYZ 28.23 17.51 71 -
YUV 117.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 147 82 222 0.34 0.63 0 0.13 267.86 0.68 0.6
Hex 93 52 DE 22 3F 0 D 10C 44 3C
Octal 223 122 336 42 77 0 15 414 104 74
Binary 10010011 1010010 11011110 100010 111111 0 1101 100001100 1000100 111100

Color Harmonies of #9352DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352DE

Black with #9352DE

Text Example


Text Example

White with #9352DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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