#834ECA

Color #834ECA Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #834ECA

Tints of Amethyst #834ECA

Color information

#834ECA (or 0x834ECA) is unknown color: approx Amethyst. HEX triplet: 83, 4E and CA. RGB value is (131,78,202). Sum of RGB (Red+Green+Blue) = 131+78+202=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #834ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ECA is #7CB135. Grayscale: #6B6B6B. Windows color (decimal): -8171830 or 13258371. OLE color: 13258371.

HSL color Cylindrical-coordinate representation of color #834ECA: hue angle of 265.65º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834ECA is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13178202-
CMYK0.350.6100.21
HSL265.65º53.91%54.9%-
HSV(B)265.65º61.39%79.22%-
XYZ22.7514.5457.48-
YUV107.98181.06144.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 78 (30.86% from 255) = 18.98%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=31.87%
G=18.98%
B=49.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131782020.350.6100.21265.6553.9154.9
Hex834ECA233D01510a3637
Octal20311631243750254126667
Binary10000011100111011001010100011111101010101100001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834ECA; }

 p { color: rgb(131,78,202); }

 H1.HeaderClassName
 {
   color: #834ECA;
 }
 .AnyTagClassName
 {
   color: #834ECA;
 }
</style>
background-color css

<style>
 a { background-color: #834ECA; }

 a { background-color: rgb(131,78,202); }

 div.DivClassName
 {
   background-color: #834ECA;
 }
 .BgClassName
 {
   background-color: #834ECA;
 }
</style>
border-color css

<style>
 span { border-color: #834ECA; }

 span { border-color: rgb(131,78,202); }

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