Html Css Color HEX #8450CC Amethyst

📋 copy color: '#8450CC'

red 132 ◦ green 80 ◦ blue 204

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

Shades of Amethyst #8450CC

Tints of Amethyst #8450CC

RGB

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

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

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

R = 31.73%
G = 19.23%
B = 49.04%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8450CC (or 0x8450CC) is known color: Amethyst. HEX triplet: 84, 50 and CC. RGB value is (132,80,204). Sum of RGB (Red+Green+Blue) = 132+80+204=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #8450CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450CC is #7BAF33. Grayscale: #6D6D6D. Windows color (decimal): -8105780 or 13389956. OLE color: 13389956.

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

Color convert

RGB 132 80 204 -
CMYK 0.35 0.61 0 0.2
HSL 265.16º 0.55% 0.56% -
HSV(B) 265.16º 0.61% 0.8% -
XYZ 23.28 15 58.8 -
YUV 109.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 132 80 204 0.35 0.61 0 0.2 265.16 0.55 0.56
Hex 84 50 CC 23 3D 0 14 109 37 38
Octal 204 120 314 43 75 0 24 411 67 70
Binary 10000100 1010000 11001100 100011 111101 0 10100 100001001 110111 111000

Color Harmonies of #8450CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8450CC

Black with #8450CC

Text Example


Text Example

White with #8450CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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