Html Css Color HEX #834ED7 Amethyst

📋 copy color: '#834ED7'

red 131 ◦ green 78 ◦ blue 215

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

Shades of Amethyst #834ED7

Tints of Amethyst #834ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.71%

R = 30.9%
G = 18.4%
B = 50.71%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#834ED7 (or 0x834ED7) is known color: Amethyst. HEX triplet: 83, 4E and D7. RGB value is (131,78,215). Sum of RGB (Red+Green+Blue) = 131+78+215=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 215 (84.38% from 255 or 50.71% from 424); Max value from RGB is 215 - color contains mainly: blue. Hex color #834ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ED7 is #7CB128. Grayscale: #6C6C6C. Windows color (decimal): -8171817 or 14110339. OLE color: 14110339.

HSL color Cylindrical-coordinate representation of color #834ED7: hue angle of 263.21º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #834ED7 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 78 215 -
CMYK 0.39 0.64 0 0.16
HSL 263.21º 0.63% 0.57% -
HSV(B) 263.21º 0.64% 0.84% -
XYZ 24.35 15.18 65.94 -
YUV 109.47 187.56 143.36 -
System Red Green Blue C M Y K H S L
Decimal 131 78 215 0.39 0.64 0 0.16 263.21 0.63 0.57
Hex 83 4E D7 27 40 0 10 107 3F 39
Octal 203 116 327 47 100 0 20 407 77 71
Binary 10000011 1001110 11010111 100111 1000000 0 10000 100000111 111111 111001

Color Harmonies of #834ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ED7

Black with #834ED7

Text Example


Text Example

White with #834ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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