Html Css Color HEX #834DD7 Amethyst

📋 copy color: '#834DD7'

red 131 ◦ green 77 ◦ blue 215

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

Shades of Amethyst #834DD7

Tints of Amethyst #834DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

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

R = 30.97%
G = 18.2%
B = 50.83%

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

#834DD7 (or 0x834DD7) is known color: Amethyst. HEX triplet: 83, 4D and D7. RGB value is (131,77,215). Sum of RGB (Red+Green+Blue) = 131+77+215=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #834DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DD7 is #7CB228. Grayscale: #6C6C6C. Windows color (decimal): -8172073 or 14110083. OLE color: 14110083.

HSL color Cylindrical-coordinate representation of color #834DD7: hue angle of 263.48º 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 #834DD7 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 77 215 -
CMYK 0.39 0.64 0 0.16
HSL 263.48º 0.63% 0.57% -
HSV(B) 263.48º 0.64% 0.84% -
XYZ 24.28 15.04 65.91 -
YUV 108.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 131 77 215 0.39 0.64 0 0.16 263.48 0.63 0.57
Hex 83 4D D7 27 40 0 10 107 3F 39
Octal 203 115 327 47 100 0 20 407 77 71
Binary 10000011 1001101 11010111 100111 1000000 0 10000 100000111 111111 111001

Color Harmonies of #834DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DD7

Black with #834DD7

Text Example


Text Example

White with #834DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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