Html Css Color HEX #9352DD Amethyst

📋 copy color: '#9352DD'

red 147 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #9352DD

Tints of Amethyst #9352DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 32.67%
G = 18.22%
B = 49.11%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9352DD (or 0x9352DD) is known color: Amethyst. HEX triplet: 93, 52 and DD. RGB value is (147,82,221). Sum of RGB (Red+Green+Blue) = 147+82+221=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #9352DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352DD is #6CAD22. Grayscale: #747474. Windows color (decimal): -7122211 or 14504595. OLE color: 14504595.

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

Color convert

RGB 147 82 221 -
CMYK 0.33 0.63 0 0.13
HSL 268.06º 0.67% 0.59% -
HSV(B) 268.06º 0.63% 0.87% -
XYZ 28.1 17.46 70.3 -
YUV 117.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 147 82 221 0.33 0.63 0 0.13 268.06 0.67 0.59
Hex 93 52 DD 21 3F 0 D 10C 43 3B
Octal 223 122 335 41 77 0 15 414 103 73
Binary 10010011 1010010 11011101 100001 111111 0 1101 100001100 1000011 111011

Color Harmonies of #9352DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352DD

Black with #9352DD

Text Example


Text Example

White with #9352DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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