Html Css Color HEX #8B4FDF Amethyst

📋 copy color: '#8B4FDF'

red 139 ◦ green 79 ◦ blue 223

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

Shades of Amethyst #8B4FDF

Tints of Amethyst #8B4FDF

RGB

 RED value IS 139 (54.69% from 255) = 31.52%

 GREEN value IS 79 (31.25% from 255) = 17.91%

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 31.52%
G = 17.91%
B = 50.57%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B4FDF (or 0x8B4FDF) is known color: Amethyst. HEX triplet: 8B, 4F and DF. RGB value is (139,79,223). Sum of RGB (Red+Green+Blue) = 139+79+223=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B4FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4FDF is #74B020. Grayscale: #707070. Windows color (decimal): -7647265 or 14634891. OLE color: 14634891.

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

Color convert

RGB 139 79 223 -
CMYK 0.38 0.65 0 0.13
HSL 265º 0.69% 0.59% -
HSV(B) 265º 0.65% 0.87% -
XYZ 26.76 16.41 71.57 -
YUV 113.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 139 79 223 0.38 0.65 0 0.13 265 0.69 0.59
Hex 8B 4F DF 26 41 0 D 109 45 3B
Octal 213 117 337 46 101 0 15 411 105 73
Binary 10001011 1001111 11011111 100110 1000001 0 1101 100001001 1000101 111011

Color Harmonies of #8B4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4FDF

Black with #8B4FDF

Text Example


Text Example

White with #8B4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,79,223); }

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

background-color css

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

 a { background-color: rgb(139,79,223); }

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

border-color css

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

 span { border-color: rgb(139,79,223); }

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