Html Css Color HEX #9353CC Amethyst

📋 copy color: '#9353CC'

red 147 ◦ green 83 ◦ blue 204

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

Shades of Amethyst #9353CC

Tints of Amethyst #9353CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 33.87%
G = 19.12%
B = 47%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9353CC (or 0x9353CC) is known color: Amethyst. HEX triplet: 93, 53 and CC. RGB value is (147,83,204). Sum of RGB (Red+Green+Blue) = 147+83+204=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #9353CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353CC is #6CAC33. Grayscale: #737373. Windows color (decimal): -7121972 or 13390739. OLE color: 13390739.

HSL color Cylindrical-coordinate representation of color #9353CC: hue angle of 271.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9353CC is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 83 204 -
CMYK 0.28 0.59 0 0.2
HSL 271.74º 0.54% 0.56% -
HSV(B) 271.74º 0.59% 0.8% -
XYZ 26.02 16.75 58.99 -
YUV 115.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 147 83 204 0.28 0.59 0 0.2 271.74 0.54 0.56
Hex 93 53 CC 1C 3B 0 14 110 36 38
Octal 223 123 314 34 73 0 24 420 66 70
Binary 10010011 1010011 11001100 11100 111011 0 10100 100010000 110110 111000

Color Harmonies of #9353CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353CC

Black with #9353CC

Text Example


Text Example

White with #9353CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9353CC; }

 p { color: rgb(147,83,204); }

 H1.HeaderClassName
 {
   color: #9353CC;
 }
 .AnyTagClassName
 {
   color: #9353CC;
 }
</style>

background-color css

<style>
 a { background-color: #9353CC; }

 a { background-color: rgb(147,83,204); }

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

border-color css

<style>
 span { border-color: #9353CC; }

 span { border-color: rgb(147,83,204); }

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