Html Css Color HEX #8A50CB Amethyst

📋 copy color: '#8A50CB'

red 138 ◦ green 80 ◦ blue 203

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

Shades of Amethyst #8A50CB

Tints of Amethyst #8A50CB

RGB

 RED value IS 138 (54.3% from 255) = 32.78%

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

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

R = 32.78%
G = 19%
B = 48.22%

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

#8A50CB (or 0x8A50CB) is known color: Amethyst. HEX triplet: 8A, 50 and CB. RGB value is (138,80,203). Sum of RGB (Red+Green+Blue) = 138+80+203=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50CB is #75AF34. Grayscale: #6E6E6E. Windows color (decimal): -7712565 or 13324426. OLE color: 13324426.

HSL color Cylindrical-coordinate representation of color #8A50CB: hue angle of 268.29º 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 #8A50CB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 80 203 -
CMYK 0.32 0.61 0 0.20
HSL 268.29º 0.54% 0.55% -
HSV(B) 268.29º 0.61% 0.8% -
XYZ 24.13 15.45 58.21 -
YUV 111.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 138 80 203 0.32 0.61 0 0.20 268.29 0.54 0.55
Hex 8A 50 CB 20 3D 0 14 10C 36 37
Octal 212 120 313 40 75 0 24 414 66 67
Binary 10001010 1010000 11001011 100000 111101 0 10100 100001100 110110 110111

Color Harmonies of #8A50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A50CB

Black with #8A50CB

Text Example


Text Example

White with #8A50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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