Html Css Color HEX #8454CE Amethyst

📋 copy color: '#8454CE'

red 132 ◦ green 84 ◦ blue 206

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

Shades of Amethyst #8454CE

Tints of Amethyst #8454CE

RGB

 RED value IS 132 (51.95% from 255) = 31.28%

 GREEN value IS 84 (33.2% from 255) = 19.91%

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 31.28%
G = 19.91%
B = 48.82%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8454CE (or 0x8454CE) is known color: Amethyst. HEX triplet: 84, 54 and CE. RGB value is (132,84,206). Sum of RGB (Red+Green+Blue) = 132+84+206=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8454CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8454CE is #7BAB31. Grayscale: #6F6F6F. Windows color (decimal): -8104754 or 13522052. OLE color: 13522052.

HSL color Cylindrical-coordinate representation of color #8454CE: hue angle of 263.61º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8454CE is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 84 206 -
CMYK 0.36 0.59 0 0.19
HSL 263.61º 0.55% 0.57% -
HSV(B) 263.61º 0.59% 0.81% -
XYZ 23.83 15.7 60.17 -
YUV 112.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 132 84 206 0.36 0.59 0 0.19 263.61 0.55 0.57
Hex 84 54 CE 24 3B 0 13 108 37 39
Octal 204 124 316 44 73 0 23 410 67 71
Binary 10000100 1010100 11001110 100100 111011 0 10011 100001000 110111 111001

Color Harmonies of #8454CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8454CE

Black with #8454CE

Text Example


Text Example

White with #8454CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8454CE; }

 p { color: rgb(132,84,206); }

 H1.HeaderClassName
 {
   color: #8454CE;
 }
 .AnyTagClassName
 {
   color: #8454CE;
 }
</style>

background-color css

<style>
 a { background-color: #8454CE; }

 a { background-color: rgb(132,84,206); }

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

border-color css

<style>
 span { border-color: #8454CE; }

 span { border-color: rgb(132,84,206); }

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