Html Css Color HEX #9353CD Amethyst

📋 copy color: '#9353CD'

red 147 ◦ green 83 ◦ blue 205

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

Shades of Amethyst #9353CD

Tints of Amethyst #9353CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 33.79%
G = 19.08%
B = 47.13%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9353CD (or 0x9353CD) is known color: Amethyst. HEX triplet: 93, 53 and CD. RGB value is (147,83,205). Sum of RGB (Red+Green+Blue) = 147+83+205=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #9353CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353CD is #6CAC32. Grayscale: #737373. Windows color (decimal): -7121971 or 13456275. OLE color: 13456275.

HSL color Cylindrical-coordinate representation of color #9353CD: hue angle of 271.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9353CD is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 83 205 -
CMYK 0.28 0.60 0 0.20
HSL 271.48º 0.55% 0.56% -
HSV(B) 271.48º 0.6% 0.8% -
XYZ 26.15 16.8 59.62 -
YUV 116.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 147 83 205 0.28 0.60 0 0.20 271.48 0.55 0.56
Hex 93 53 CD 1C 3C 0 14 10F 37 38
Octal 223 123 315 34 74 0 24 417 67 70
Binary 10010011 1010011 11001101 11100 111100 0 10100 100001111 110111 111000

Color Harmonies of #9353CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353CD

Black with #9353CD

Text Example


Text Example

White with #9353CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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