Html Css Color HEX #8A52DB Amethyst

📋 copy color: '#8A52DB'

red 138 ◦ green 82 ◦ blue 219

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

Shades of Amethyst #8A52DB

Tints of Amethyst #8A52DB

RGB

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

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

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

R = 31.44%
G = 18.68%
B = 49.89%

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

#8A52DB (or 0x8A52DB) is known color: Amethyst. HEX triplet: 8A, 52 and DB. RGB value is (138,82,219). Sum of RGB (Red+Green+Blue) = 138+82+219=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A52DB is #75AD24. Grayscale: #717171. Windows color (decimal): -7712037 or 14373514. OLE color: 14373514.

HSL color Cylindrical-coordinate representation of color #8A52DB: hue angle of 264.53º 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 #8A52DB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 82 219 -
CMYK 0.37 0.63 0 0.14
HSL 264.53º 0.66% 0.59% -
HSV(B) 264.53º 0.63% 0.86% -
XYZ 26.28 16.55 68.83 -
YUV 114.36 187.05 144.86 -
System Red Green Blue C M Y K H S L
Decimal 138 82 219 0.37 0.63 0 0.14 264.53 0.66 0.59
Hex 8A 52 DB 25 3F 0 E 109 42 3B
Octal 212 122 333 45 77 0 16 411 102 73
Binary 10001010 1010010 11011011 100101 111111 0 1110 100001001 1000010 111011

Color Harmonies of #8A52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A52DB

Black with #8A52DB

Text Example


Text Example

White with #8A52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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