Html Css Color HEX #8450C8 Amethyst

📋 copy color: '#8450C8'

red 132 ◦ green 80 ◦ blue 200

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

Shades of Amethyst #8450C8

Tints of Amethyst #8450C8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

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

R = 32.04%
G = 19.42%
B = 48.54%

CMYK

 C value IS 0.34

 M value IS 0.6

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8450C8 (or 0x8450C8) is known color: Amethyst. HEX triplet: 84, 50 and C8. RGB value is (132,80,200). Sum of RGB (Red+Green+Blue) = 132+80+200=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #8450C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450C8 is #7BAF37. Grayscale: #6C6C6C. Windows color (decimal): -8105784 or 13127812. OLE color: 13127812.

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

Color convert

RGB 132 80 200 -
CMYK 0.34 0.6 0 0.22
HSL 266º 0.52% 0.55% -
HSV(B) 266º 0.6% 0.78% -
XYZ 22.81 14.81 56.3 -
YUV 109.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 132 80 200 0.34 0.6 0 0.22 266 0.52 0.55
Hex 84 50 C8 22 3C 0 16 10A 34 37
Octal 204 120 310 42 74 0 26 412 64 67
Binary 10000100 1010000 11001000 100010 111100 0 10110 100001010 110100 110111

Color Harmonies of #8450C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8450C8

Black with #8450C8

Text Example


Text Example

White with #8450C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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