Html Css Color HEX #8A5FCC Amethyst

📋 copy color: '#8A5FCC'

red 138 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #8A5FCC

Tints of Amethyst #8A5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.74%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 31.58%
G = 21.74%
B = 46.68%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8A5FCC (or 0x8A5FCC) is known color: Amethyst. HEX triplet: 8A, 5F and CC. RGB value is (138,95,204). Sum of RGB (Red+Green+Blue) = 138+95+204=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A5FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5FCC is #75A033. Grayscale: #777777. Windows color (decimal): -7708724 or 13393802. OLE color: 13393802.

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

Color convert

RGB 138 95 204 -
CMYK 0.32 0.53 0 0.2
HSL 263.67º 0.52% 0.59% -
HSV(B) 263.67º 0.53% 0.8% -
XYZ 25.47 17.95 59.25 -
YUV 120.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 138 95 204 0.32 0.53 0 0.2 263.67 0.52 0.59
Hex 8A 5F CC 20 35 0 14 108 34 3B
Octal 212 137 314 40 65 0 24 410 64 73
Binary 10001010 1011111 11001100 100000 110101 0 10100 100001000 110100 111011

Color Harmonies of #8A5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5FCC

Black with #8A5FCC

Text Example


Text Example

White with #8A5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,95,204); }

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

background-color css

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

 a { background-color: rgb(138,95,204); }

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

border-color css

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

 span { border-color: rgb(138,95,204); }

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