Html Css Color HEX #8952CA Amethyst

📋 copy color: '#8952CA'

red 137 ◦ green 82 ◦ blue 202

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

Shades of Amethyst #8952CA

Tints of Amethyst #8952CA

RGB

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

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

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

R = 32.54%
G = 19.48%
B = 47.98%

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

#8952CA (or 0x8952CA) is known color: Amethyst. HEX triplet: 89, 52 and CA. RGB value is (137,82,202). Sum of RGB (Red+Green+Blue) = 137+82+202=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #8952CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952CA is #76AD35. Grayscale: #6F6F6F. Windows color (decimal): -7777590 or 13259401. OLE color: 13259401.

HSL color Cylindrical-coordinate representation of color #8952CA: hue angle of 267.5º 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 #8952CA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 82 202 -
CMYK 0.32 0.59 0 0.21
HSL 267.5º 0.53% 0.56% -
HSV(B) 267.5º 0.59% 0.79% -
XYZ 23.99 15.62 57.63 -
YUV 112.13 178.72 145.74 -
System Red Green Blue C M Y K H S L
Decimal 137 82 202 0.32 0.59 0 0.21 267.5 0.53 0.56
Hex 89 52 CA 20 3B 0 15 10C 35 38
Octal 211 122 312 40 73 0 25 414 65 70
Binary 10001001 1010010 11001010 100000 111011 0 10101 100001100 110101 111000

Color Harmonies of #8952CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8952CA

Black with #8952CA

Text Example


Text Example

White with #8952CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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