#834ECC

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

Shades of Amethyst #834ECC

Tints of Amethyst #834ECC

Color information

#834ECC (or 0x834ECC) is unknown color: approx Amethyst. HEX triplet: 83, 4E and CC. RGB value is (131,78,204). Sum of RGB (Red+Green+Blue) = 131+78+204=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #834ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ECC is #7CB133. Grayscale: #6B6B6B. Windows color (decimal): -8171828 or 13389443. OLE color: 13389443.

HSL color Cylindrical-coordinate representation of color #834ECC: hue angle of 265.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834ECC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13178204-
CMYK0.360.6200.2
HSL265.24º55.26%55.29%-
HSV(B)265.24º61.76%80%-
XYZ22.9814.6358.74-
YUV108.21182.06144.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 78 (30.86% from 255) = 18.89%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=31.72%
G=18.89%
B=49.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal131782040.360.6200.2265.2455.2655.29
Hex834ECC243E0141093737
Octal20311631444760244116767
Binary10000011100111011001100100100111110010100100001001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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