Html Css Color HEX #8A52CD Amethyst

📋 copy color: '#8A52CD'

red 138 ◦ green 82 ◦ blue 205

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

Shades of Amethyst #8A52CD

Tints of Amethyst #8A52CD

RGB

 RED value IS 138 (54.3% from 255) = 32.47%

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

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

R = 32.47%
G = 19.29%
B = 48.24%

CMYK

 C value IS 0.33

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A52CD (or 0x8A52CD) is known color: Amethyst. HEX triplet: 8A, 52 and CD. RGB value is (138,82,205). Sum of RGB (Red+Green+Blue) = 138+82+205=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 82 (32.42% from 255 or 19.29% 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 #8A52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A52CD is #75AD32. Grayscale: #707070. Windows color (decimal): -7712051 or 13456010. OLE color: 13456010.

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

Color convert

RGB 138 82 205 -
CMYK 0.33 0.6 0 0.20
HSL 267.32º 0.55% 0.56% -
HSV(B) 267.32º 0.6% 0.8% -
XYZ 24.52 15.85 59.52 -
YUV 112.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 138 82 205 0.33 0.6 0 0.20 267.32 0.55 0.56
Hex 8A 52 CD 21 3C 0 14 10B 37 38
Octal 212 122 315 41 74 0 24 413 67 70
Binary 10001010 1010010 11001101 100001 111100 0 10100 100001011 110111 111000

Color Harmonies of #8A52CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A52CD

Black with #8A52CD

Text Example


Text Example

White with #8A52CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A52CD; }

 p { color: rgb(138,82,205); }

 H1.HeaderClassName
 {
   color: #8A52CD;
 }
 .AnyTagClassName
 {
   color: #8A52CD;
 }
</style>

background-color css

<style>
 a { background-color: #8A52CD; }

 a { background-color: rgb(138,82,205); }

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

border-color css

<style>
 span { border-color: #8A52CD; }

 span { border-color: rgb(138,82,205); }

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