Html Css Color HEX #9352DC Amethyst

📋 copy color: '#9352DC'

red 147 ◦ green 82 ◦ blue 220

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

Shades of Amethyst #9352DC

Tints of Amethyst #9352DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 32.74%
G = 18.26%
B = 49%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9352DC (or 0x9352DC) is known color: Amethyst. HEX triplet: 93, 52 and DC. RGB value is (147,82,220). Sum of RGB (Red+Green+Blue) = 147+82+220=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #9352DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352DC is #6CAD23. Grayscale: #747474. Windows color (decimal): -7122212 or 14439059. OLE color: 14439059.

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

Color convert

RGB 147 82 220 -
CMYK 0.33 0.63 0 0.14
HSL 268.26º 0.66% 0.59% -
HSV(B) 268.26º 0.63% 0.86% -
XYZ 27.97 17.4 69.6 -
YUV 117.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 147 82 220 0.33 0.63 0 0.14 268.26 0.66 0.59
Hex 93 52 DC 21 3F 0 E 10C 42 3B
Octal 223 122 334 41 77 0 16 414 102 73
Binary 10010011 1010010 11011100 100001 111111 0 1110 100001100 1000010 111011

Color Harmonies of #9352DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352DC

Black with #9352DC

Text Example


Text Example

White with #9352DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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