Html Css Color HEX #8A5CBE Amethyst

📋 copy color: '#8A5CBE'

red 138 ◦ green 92 ◦ blue 190

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

Shades of Amethyst #8A5CBE

Tints of Amethyst #8A5CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 32.86%
G = 21.9%
B = 45.24%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A5CBE (or 0x8A5CBE) is known color: Amethyst. HEX triplet: 8A, 5C and BE. RGB value is (138,92,190). Sum of RGB (Red+Green+Blue) = 138+92+190=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5CBE is #75A341. Grayscale: #747474. Windows color (decimal): -7709506 or 12475530. OLE color: 12475530.

HSL color Cylindrical-coordinate representation of color #8A5CBE: hue angle of 268.16º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A5CBE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 92 190 -
CMYK 0.27 0.52 0 0.25
HSL 268.16º 0.43% 0.55% -
HSV(B) 268.16º 0.52% 0.75% -
XYZ 23.6 16.78 50.71 -
YUV 116.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 138 92 190 0.27 0.52 0 0.25 268.16 0.43 0.55
Hex 8A 5C BE 1B 34 0 19 10C 2B 37
Octal 212 134 276 33 64 0 31 414 53 67
Binary 10001010 1011100 10111110 11011 110100 0 11001 100001100 101011 110111

Color Harmonies of #8A5CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5CBE

Black with #8A5CBE

Text Example


Text Example

White with #8A5CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,92,190); }

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

background-color css

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

 a { background-color: rgb(138,92,190); }

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

border-color css

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

 span { border-color: rgb(138,92,190); }

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