Html Css Color HEX #834ECC Amethyst

📋 copy color: '#834ECC'

red 131 ◦ green 78 ◦ blue 204

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

Shades of Amethyst #834ECC

Tints of Amethyst #834ECC

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 value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#834ECC (or 0x834ECC) is known color: 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

RGB 131 78 204 -
CMYK 0.36 0.62 0 0.2
HSL 265.24º 0.55% 0.55% -
HSV(B) 265.24º 0.62% 0.8% -
XYZ 22.98 14.63 58.74 -
YUV 108.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 131 78 204 0.36 0.62 0 0.2 265.24 0.55 0.55
Hex 83 4E CC 24 3E 0 14 109 37 37
Octal 203 116 314 44 76 0 24 411 67 67
Binary 10000011 1001110 11001100 100100 111110 0 10100 100001001 110111 110111

Color Harmonies of #834ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ECC

Black with #834ECC

Text Example


Text Example

White with #834ECC

Text Example


Text Example

HTML Codes & Css Web 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>