Html Css Color HEX #8B50CB Amethyst

📋 copy color: '#8B50CB'

red 139 ◦ green 80 ◦ blue 203

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

Shades of Amethyst #8B50CB

Tints of Amethyst #8B50CB

RGB

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

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

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

R = 32.94%
G = 18.96%
B = 48.1%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B50CB (or 0x8B50CB) is known color: Amethyst. HEX triplet: 8B, 50 and CB. RGB value is (139,80,203). Sum of RGB (Red+Green+Blue) = 139+80+203=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B50CB is #74AF34. Grayscale: #6F6F6F. Windows color (decimal): -7647029 or 13324427. OLE color: 13324427.

HSL color Cylindrical-coordinate representation of color #8B50CB: hue angle of 268.78º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B50CB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 80 203 -
CMYK 0.32 0.61 0 0.20
HSL 268.78º 0.54% 0.55% -
HSV(B) 268.78º 0.61% 0.8% -
XYZ 24.3 15.54 58.22 -
YUV 111.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 139 80 203 0.32 0.61 0 0.20 268.78 0.54 0.55
Hex 8B 50 CB 20 3D 0 14 10D 36 37
Octal 213 120 313 40 75 0 24 415 66 67
Binary 10001011 1010000 11001011 100000 111101 0 10100 100001101 110110 110111

Color Harmonies of #8B50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B50CB

Black with #8B50CB

Text Example


Text Example

White with #8B50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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