Html Css Color HEX #8F52CB Amethyst

📋 copy color: '#8F52CB'

red 143 ◦ green 82 ◦ blue 203

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

Shades of Amethyst #8F52CB

Tints of Amethyst #8F52CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 33.41%
G = 19.16%
B = 47.43%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F52CB (or 0x8F52CB) is known color: Amethyst. HEX triplet: 8F, 52 and CB. RGB value is (143,82,203). Sum of RGB (Red+Green+Blue) = 143+82+203=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52CB is #70AD34. Grayscale: #717171. Windows color (decimal): -7384373 or 13324943. OLE color: 13324943.

HSL color Cylindrical-coordinate representation of color #8F52CB: hue angle of 270.25º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F52CB is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 82 203 -
CMYK 0.30 0.60 0 0.20
HSL 270.25º 0.54% 0.56% -
HSV(B) 270.25º 0.6% 0.8% -
XYZ 25.12 16.19 58.3 -
YUV 114.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 143 82 203 0.30 0.60 0 0.20 270.25 0.54 0.56
Hex 8F 52 CB 1E 3C 0 14 10E 36 38
Octal 217 122 313 36 74 0 24 416 66 70
Binary 10001111 1010010 11001011 11110 111100 0 10100 100001110 110110 111000

Color Harmonies of #8F52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F52CB

Black with #8F52CB

Text Example


Text Example

White with #8F52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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