Html Css Color HEX #8953CA Amethyst

📋 copy color: '#8953CA'

red 137 ◦ green 83 ◦ blue 202

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

Shades of Amethyst #8953CA

Tints of Amethyst #8953CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 32.46%
G = 19.67%
B = 47.87%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8953CA (or 0x8953CA) is known color: Amethyst. HEX triplet: 89, 53 and CA. RGB value is (137,83,202). Sum of RGB (Red+Green+Blue) = 137+83+202=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #8953CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953CA is #76AC35. Grayscale: #707070. Windows color (decimal): -7777334 or 13259657. OLE color: 13259657.

HSL color Cylindrical-coordinate representation of color #8953CA: hue angle of 267.23º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8953CA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 83 202 -
CMYK 0.32 0.59 0 0.21
HSL 267.23º 0.53% 0.56% -
HSV(B) 267.23º 0.59% 0.79% -
XYZ 24.07 15.77 57.65 -
YUV 112.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 137 83 202 0.32 0.59 0 0.21 267.23 0.53 0.56
Hex 89 53 CA 20 3B 0 15 10B 35 38
Octal 211 123 312 40 73 0 25 413 65 70
Binary 10001001 1010011 11001010 100000 111011 0 10101 100001011 110101 111000

Color Harmonies of #8953CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953CA

Black with #8953CA

Text Example


Text Example

White with #8953CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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