Html Css Color HEX #8B50D5 Amethyst

📋 copy color: '#8B50D5'

red 139 ◦ green 80 ◦ blue 213

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

Shades of Amethyst #8B50D5

Tints of Amethyst #8B50D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

 BLUE value IS 213 (83.59% from 255) = 49.31%

R = 32.18%
G = 18.52%
B = 49.31%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8B50D5 (or 0x8B50D5) is known color: Amethyst. HEX triplet: 8B, 50 and D5. RGB value is (139,80,213). Sum of RGB (Red+Green+Blue) = 139+80+213=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B50D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50D5 is #74AF2A. Grayscale: #707070. Windows color (decimal): -7647019 or 13979787. OLE color: 13979787.

HSL color Cylindrical-coordinate representation of color #8B50D5: hue angle of 266.62º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B50D5 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 80 213 -
CMYK 0.35 0.62 0 0.16
HSL 266.62º 0.61% 0.57% -
HSV(B) 266.62º 0.62% 0.84% -
XYZ 25.53 16.03 64.7 -
YUV 112.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 139 80 213 0.35 0.62 0 0.16 266.62 0.61 0.57
Hex 8B 50 D5 23 3E 0 10 10B 3D 39
Octal 213 120 325 43 76 0 20 413 75 71
Binary 10001011 1010000 11010101 100011 111110 0 10000 100001011 111101 111001

Color Harmonies of #8B50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B50D5

Black with #8B50D5

Text Example


Text Example

White with #8B50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,80,213); }

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

background-color css

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

 a { background-color: rgb(139,80,213); }

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

border-color css

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

 span { border-color: rgb(139,80,213); }

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