Html Css Color HEX #8A5CCD Amethyst

📋 copy color: '#8A5CCD'

red 138 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #8A5CCD

Tints of Amethyst #8A5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

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

R = 31.72%
G = 21.15%
B = 47.13%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A5CCD (or 0x8A5CCD) is known color: Amethyst. HEX triplet: 8A, 5C and CD. RGB value is (138,92,205). Sum of RGB (Red+Green+Blue) = 138+92+205=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 92 (36.33% from 255 or 21.15% 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 #8A5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5CCD is #75A332. Grayscale: #767676. Windows color (decimal): -7709491 or 13458570. OLE color: 13458570.

HSL color Cylindrical-coordinate representation of color #8A5CCD: hue angle of 264.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A5CCD is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 92 205 -
CMYK 0.33 0.55 0 0.20
HSL 264.42º 0.53% 0.58% -
HSV(B) 264.42º 0.55% 0.8% -
XYZ 25.33 17.47 59.79 -
YUV 118.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 138 92 205 0.33 0.55 0 0.20 264.42 0.53 0.58
Hex 8A 5C CD 21 37 0 14 108 35 3A
Octal 212 134 315 41 67 0 24 410 65 72
Binary 10001010 1011100 11001101 100001 110111 0 10100 100001000 110101 111010

Color Harmonies of #8A5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5CCD

Black with #8A5CCD

Text Example


Text Example

White with #8A5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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