Html Css Color HEX #8B5EBF Amethyst

📋 copy color: '#8B5EBF'

red 139 ◦ green 94 ◦ blue 191

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

Shades of Amethyst #8B5EBF

Tints of Amethyst #8B5EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

 BLUE value IS 191 (75% from 255) = 45.05%

R = 32.78%
G = 22.17%
B = 45.05%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8B5EBF (or 0x8B5EBF) is known color: Amethyst. HEX triplet: 8B, 5E and BF. RGB value is (139,94,191). Sum of RGB (Red+Green+Blue) = 139+94+191=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5EBF is #74A140. Grayscale: #767676. Windows color (decimal): -7643457 or 12541579. OLE color: 12541579.

HSL color Cylindrical-coordinate representation of color #8B5EBF: hue angle of 267.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5EBF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 94 191 -
CMYK 0.27 0.51 0 0.25
HSL 267.84º 0.43% 0.56% -
HSV(B) 267.84º 0.51% 0.75% -
XYZ 24.05 17.26 51.35 -
YUV 118.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 139 94 191 0.27 0.51 0 0.25 267.84 0.43 0.56
Hex 8B 5E BF 1B 33 0 19 10C 2B 38
Octal 213 136 277 33 63 0 31 414 53 70
Binary 10001011 1011110 10111111 11011 110011 0 11001 100001100 101011 111000

Color Harmonies of #8B5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5EBF

Black with #8B5EBF

Text Example


Text Example

White with #8B5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,191); }

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

background-color css

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

 a { background-color: rgb(139,94,191); }

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

border-color css

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

 span { border-color: rgb(139,94,191); }

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