Html Css Color HEX #8A4FDE Amethyst

📋 copy color: '#8A4FDE'

red 138 ◦ green 79 ◦ blue 222

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

Shades of Amethyst #8A4FDE

Tints of Amethyst #8A4FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

 BLUE value IS 222 (87.11% from 255) = 50.57%

R = 31.44%
G = 18%
B = 50.57%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A4FDE (or 0x8A4FDE) is known color: Amethyst. HEX triplet: 8A, 4F and DE. RGB value is (138,79,222). Sum of RGB (Red+Green+Blue) = 138+79+222=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A4FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FDE is #75B021. Grayscale: #707070. Windows color (decimal): -7712802 or 14569354. OLE color: 14569354.

HSL color Cylindrical-coordinate representation of color #8A4FDE: hue angle of 264.76º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A4FDE is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 79 222 -
CMYK 0.38 0.64 0 0.13
HSL 264.76º 0.68% 0.59% -
HSV(B) 264.76º 0.64% 0.87% -
XYZ 26.46 16.27 70.85 -
YUV 112.94 189.55 145.87 -
System Red Green Blue C M Y K H S L
Decimal 138 79 222 0.38 0.64 0 0.13 264.76 0.68 0.59
Hex 8A 4F DE 26 40 0 D 109 44 3B
Octal 212 117 336 46 100 0 15 411 104 73
Binary 10001010 1001111 11011110 100110 1000000 0 1101 100001001 1000100 111011

Color Harmonies of #8A4FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4FDE

Black with #8A4FDE

Text Example


Text Example

White with #8A4FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,79,222); }

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

background-color css

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

 a { background-color: rgb(138,79,222); }

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

border-color css

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

 span { border-color: rgb(138,79,222); }

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