Html Css Color HEX #834ED8 Amethyst

📋 copy color: '#834ED8'

red 131 ◦ green 78 ◦ blue 216

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

Shades of Amethyst #834ED8

Tints of Amethyst #834ED8

RGB

 RED value IS 131 (51.56% from 255) = 30.82%

 GREEN value IS 78 (30.86% from 255) = 18.35%

 BLUE value IS 216 (84.77% from 255) = 50.82%

R = 30.82%
G = 18.35%
B = 50.82%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#834ED8 (or 0x834ED8) is known color: Amethyst. HEX triplet: 83, 4E and D8. RGB value is (131,78,216). Sum of RGB (Red+Green+Blue) = 131+78+216=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #834ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ED8 is #7CB127. Grayscale: #6D6D6D. Windows color (decimal): -8171816 or 14175875. OLE color: 14175875.

HSL color Cylindrical-coordinate representation of color #834ED8: hue angle of 263.04º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834ED8 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 78 216 -
CMYK 0.39 0.64 0 0.15
HSL 263.04º 0.64% 0.58% -
HSV(B) 263.04º 0.64% 0.85% -
XYZ 24.48 15.23 66.62 -
YUV 109.58 188.06 143.28 -
System Red Green Blue C M Y K H S L
Decimal 131 78 216 0.39 0.64 0 0.15 263.04 0.64 0.58
Hex 83 4E D8 27 40 0 F 107 40 3A
Octal 203 116 330 47 100 0 17 407 100 72
Binary 10000011 1001110 11011000 100111 1000000 0 1111 100000111 1000000 111010

Color Harmonies of #834ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ED8

Black with #834ED8

Text Example


Text Example

White with #834ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #834ED8;
 }
 .AnyTagClassName
 {
   color: #834ED8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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