Html Css Color HEX #8A4DCF Amethyst

📋 copy color: '#8A4DCF'

red 138 ◦ green 77 ◦ blue 207

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

Shades of Amethyst #8A4DCF

Tints of Amethyst #8A4DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.25%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 32.7%
G = 18.25%
B = 49.05%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A4DCF (or 0x8A4DCF) is known color: Amethyst. HEX triplet: 8A, 4D and CF. RGB value is (138,77,207). Sum of RGB (Red+Green+Blue) = 138+77+207=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DCF is #75B230. Grayscale: #6D6D6D. Windows color (decimal): -7713329 or 13585802. OLE color: 13585802.

HSL color Cylindrical-coordinate representation of color #8A4DCF: hue angle of 268.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A4DCF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 77 207 -
CMYK 0.33 0.63 0 0.19
HSL 268.15º 0.58% 0.56% -
HSV(B) 268.15º 0.63% 0.81% -
XYZ 24.4 15.22 60.68 -
YUV 110.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 138 77 207 0.33 0.63 0 0.19 268.15 0.58 0.56
Hex 8A 4D CF 21 3F 0 13 10C 3A 38
Octal 212 115 317 41 77 0 23 414 72 70
Binary 10001010 1001101 11001111 100001 111111 0 10011 100001100 111010 111000

Color Harmonies of #8A4DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4DCF

Black with #8A4DCF

Text Example


Text Example

White with #8A4DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,77,207); }

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

background-color css

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

 a { background-color: rgb(138,77,207); }

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

border-color css

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

 span { border-color: rgb(138,77,207); }

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