Html Css Color HEX #8A58CB Amethyst

📋 copy color: '#8A58CB'

red 138 ◦ green 88 ◦ blue 203

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

Shades of Amethyst #8A58CB

Tints of Amethyst #8A58CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.51%

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

R = 32.17%
G = 20.51%
B = 47.32%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A58CB (or 0x8A58CB) is known color: Amethyst. HEX triplet: 8A, 58 and CB. RGB value is (138,88,203). Sum of RGB (Red+Green+Blue) = 138+88+203=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58CB is #75A734. Grayscale: #737373. Windows color (decimal): -7710517 or 13326474. OLE color: 13326474.

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

Color convert

RGB 138 88 203 -
CMYK 0.32 0.57 0 0.20
HSL 266.09º 0.53% 0.57% -
HSV(B) 266.09º 0.57% 0.8% -
XYZ 24.75 16.69 58.42 -
YUV 116.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 138 88 203 0.32 0.57 0 0.20 266.09 0.53 0.57
Hex 8A 58 CB 20 39 0 14 10A 35 39
Octal 212 130 313 40 71 0 24 412 65 71
Binary 10001010 1011000 11001011 100000 111001 0 10100 100001010 110101 111001

Color Harmonies of #8A58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A58CB

Black with #8A58CB

Text Example


Text Example

White with #8A58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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