Html Css Color HEX #8B5FCE Amethyst

📋 copy color: '#8B5FCE'

red 139 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #8B5FCE

Tints of Amethyst #8B5FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 31.59%
G = 21.59%
B = 46.82%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B5FCE (or 0x8B5FCE) is known color: Amethyst. HEX triplet: 8B, 5F and CE. RGB value is (139,95,206). Sum of RGB (Red+Green+Blue) = 139+95+206=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5FCE is #74A031. Grayscale: #787878. Windows color (decimal): -7643186 or 13524875. OLE color: 13524875.

HSL color Cylindrical-coordinate representation of color #8B5FCE: hue angle of 263.78º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B5FCE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 95 206 -
CMYK 0.33 0.54 0 0.19
HSL 263.78º 0.53% 0.59% -
HSV(B) 263.78º 0.54% 0.81% -
XYZ 25.88 18.13 60.53 -
YUV 120.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 139 95 206 0.33 0.54 0 0.19 263.78 0.53 0.59
Hex 8B 5F CE 21 36 0 13 108 35 3B
Octal 213 137 316 41 66 0 23 410 65 73
Binary 10001011 1011111 11001110 100001 110110 0 10011 100001000 110101 111011

Color Harmonies of #8B5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5FCE

Black with #8B5FCE

Text Example


Text Example

White with #8B5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,95,206); }

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

background-color css

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

 a { background-color: rgb(139,95,206); }

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

border-color css

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

 span { border-color: rgb(139,95,206); }

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