Html Css Color HEX #8A50DB Amethyst

📋 copy color: '#8A50DB'

red 138 ◦ green 80 ◦ blue 219

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

Shades of Amethyst #8A50DB

Tints of Amethyst #8A50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.31%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 31.58%
G = 18.31%
B = 50.11%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A50DB (or 0x8A50DB) is known color: Amethyst. HEX triplet: 8A, 50 and DB. RGB value is (138,80,219). Sum of RGB (Red+Green+Blue) = 138+80+219=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50DB is #75AF24. Grayscale: #707070. Windows color (decimal): -7712549 or 14373002. OLE color: 14373002.

HSL color Cylindrical-coordinate representation of color #8A50DB: hue angle of 265.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A50DB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 80 219 -
CMYK 0.37 0.63 0 0.14
HSL 265.04º 0.66% 0.59% -
HSV(B) 265.04º 0.63% 0.86% -
XYZ 26.14 16.26 68.78 -
YUV 113.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 138 80 219 0.37 0.63 0 0.14 265.04 0.66 0.59
Hex 8A 50 DB 25 3F 0 E 109 42 3B
Octal 212 120 333 45 77 0 16 411 102 73
Binary 10001010 1010000 11011011 100101 111111 0 1110 100001001 1000010 111011

Color Harmonies of #8A50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A50DB

Black with #8A50DB

Text Example


Text Example

White with #8A50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,80,219); }

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

background-color css

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

 a { background-color: rgb(138,80,219); }

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

border-color css

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

 span { border-color: rgb(138,80,219); }

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