Html Css Color HEX #8953CD Amethyst

📋 copy color: '#8953CD'

red 137 ◦ green 83 ◦ blue 205

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

Shades of Amethyst #8953CD

Tints of Amethyst #8953CD

RGB

 RED value IS 137 (53.91% from 255) = 32.24%

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

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

R = 32.24%
G = 19.53%
B = 48.24%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8953CD (or 0x8953CD) is known color: Amethyst. HEX triplet: 89, 53 and CD. RGB value is (137,83,205). Sum of RGB (Red+Green+Blue) = 137+83+205=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #8953CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953CD is #76AC32. Grayscale: #707070. Windows color (decimal): -7777331 or 13456265. OLE color: 13456265.

HSL color Cylindrical-coordinate representation of color #8953CD: hue angle of 266.56º 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 #8953CD is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 83 205 -
CMYK 0.33 0.60 0 0.20
HSL 266.56º 0.55% 0.56% -
HSV(B) 266.56º 0.6% 0.8% -
XYZ 24.43 15.91 59.54 -
YUV 113.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 137 83 205 0.33 0.60 0 0.20 266.56 0.55 0.56
Hex 89 53 CD 21 3C 0 14 10B 37 38
Octal 211 123 315 41 74 0 24 413 67 70
Binary 10001001 1010011 11001101 100001 111100 0 10100 100001011 110111 111000

Color Harmonies of #8953CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953CD

Black with #8953CD

Text Example


Text Example

White with #8953CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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