Html Css Color HEX #8459CC Amethyst

📋 copy color: '#8459CC'

red 132 ◦ green 89 ◦ blue 204

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

Shades of Amethyst #8459CC

Tints of Amethyst #8459CC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

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

R = 31.06%
G = 20.94%
B = 48%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8459CC (or 0x8459CC) is known color: Amethyst. HEX triplet: 84, 59 and CC. RGB value is (132,89,204). Sum of RGB (Red+Green+Blue) = 132+89+204=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #8459CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8459CC is #7BA633. Grayscale: #727272. Windows color (decimal): -8103476 or 13392260. OLE color: 13392260.

HSL color Cylindrical-coordinate representation of color #8459CC: hue angle of 262.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8459CC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 89 204 -
CMYK 0.35 0.56 0 0.2
HSL 262.43º 0.53% 0.57% -
HSV(B) 262.43º 0.56% 0.8% -
XYZ 23.99 16.41 59.03 -
YUV 114.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 132 89 204 0.35 0.56 0 0.2 262.43 0.53 0.57
Hex 84 59 CC 23 38 0 14 106 35 39
Octal 204 131 314 43 70 0 24 406 65 71
Binary 10000100 1011001 11001100 100011 111000 0 10100 100000110 110101 111001

Color Harmonies of #8459CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8459CC

Black with #8459CC

Text Example


Text Example

White with #8459CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8459CC; }

 p { color: rgb(132,89,204); }

 H1.HeaderClassName
 {
   color: #8459CC;
 }
 .AnyTagClassName
 {
   color: #8459CC;
 }
</style>

background-color css

<style>
 a { background-color: #8459CC; }

 a { background-color: rgb(132,89,204); }

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

border-color css

<style>
 span { border-color: #8459CC; }

 span { border-color: rgb(132,89,204); }

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