Html Css Color HEX #8453C8 Amethyst

📋 copy color: '#8453C8'

red 132 ◦ green 83 ◦ blue 200

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

Shades of Amethyst #8453C8

Tints of Amethyst #8453C8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

 BLUE value IS 200 (78.52% from 255) = 48.19%

R = 31.81%
G = 20%
B = 48.19%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8453C8 (or 0x8453C8) is known color: Amethyst. HEX triplet: 84, 53 and C8. RGB value is (132,83,200). Sum of RGB (Red+Green+Blue) = 132+83+200=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #8453C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8453C8 is #7BAC37. Grayscale: #6E6E6E. Windows color (decimal): -8105016 or 13128580. OLE color: 13128580.

HSL color Cylindrical-coordinate representation of color #8453C8: hue angle of 265.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8453C8 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 83 200 -
CMYK 0.34 0.58 0 0.22
HSL 265.13º 0.52% 0.55% -
HSV(B) 265.13º 0.59% 0.78% -
XYZ 23.03 15.26 56.38 -
YUV 110.99 178.23 142.99 -
System Red Green Blue C M Y K H S L
Decimal 132 83 200 0.34 0.58 0 0.22 265.13 0.52 0.55
Hex 84 53 C8 22 3A 0 16 109 34 37
Octal 204 123 310 42 72 0 26 411 64 67
Binary 10000100 1010011 11001000 100010 111010 0 10110 100001001 110100 110111

Color Harmonies of #8453C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8453C8

Black with #8453C8

Text Example


Text Example

White with #8453C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8453C8; }

 p { color: rgb(132,83,200); }

 H1.HeaderClassName
 {
   color: #8453C8;
 }
 .AnyTagClassName
 {
   color: #8453C8;
 }
</style>

background-color css

<style>
 a { background-color: #8453C8; }

 a { background-color: rgb(132,83,200); }

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

border-color css

<style>
 span { border-color: #8453C8; }

 span { border-color: rgb(132,83,200); }

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