Html Css Color HEX #8F52DD Amethyst

📋 copy color: '#8F52DD'

red 143 ◦ green 82 ◦ blue 221

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

Shades of Amethyst #8F52DD

Tints of Amethyst #8F52DD

RGB

 RED value IS 143 (56.25% from 255) = 32.06%

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 32.06%
G = 18.39%
B = 49.55%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F52DD (or 0x8F52DD) is known color: Amethyst. HEX triplet: 8F, 52 and DD. RGB value is (143,82,221). Sum of RGB (Red+Green+Blue) = 143+82+221=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F52DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52DD is #70AD22. Grayscale: #737373. Windows color (decimal): -7384355 or 14504591. OLE color: 14504591.

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

Color convert

RGB 143 82 221 -
CMYK 0.35 0.63 0 0.13
HSL 266.33º 0.67% 0.59% -
HSV(B) 266.33º 0.63% 0.87% -
XYZ 27.4 17.09 70.26 -
YUV 116.09 187.21 147.2 -
System Red Green Blue C M Y K H S L
Decimal 143 82 221 0.35 0.63 0 0.13 266.33 0.67 0.59
Hex 8F 52 DD 23 3F 0 D 10A 43 3B
Octal 217 122 335 43 77 0 15 412 103 73
Binary 10001111 1010010 11011101 100011 111111 0 1101 100001010 1000011 111011

Color Harmonies of #8F52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F52DD

Black with #8F52DD

Text Example


Text Example

White with #8F52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,82,221); }

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

background-color css

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

 a { background-color: rgb(143,82,221); }

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

border-color css

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

 span { border-color: rgb(143,82,221); }

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