Html Css Color HEX #834DCF Amethyst

📋 copy color: '#834DCF'

red 131 ◦ green 77 ◦ blue 207

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

Shades of Amethyst #834DCF

Tints of Amethyst #834DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 31.57%
G = 18.55%
B = 49.88%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#834DCF (or 0x834DCF) is known color: Amethyst. HEX triplet: 83, 4D and CF. RGB value is (131,77,207). Sum of RGB (Red+Green+Blue) = 131+77+207=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #834DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DCF is #7CB230. Grayscale: #6B6B6B. Windows color (decimal): -8172081 or 13585795. OLE color: 13585795.

HSL color Cylindrical-coordinate representation of color #834DCF: hue angle of 264.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834DCF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 77 207 -
CMYK 0.37 0.63 0 0.19
HSL 264.92º 0.58% 0.56% -
HSV(B) 264.92º 0.63% 0.81% -
XYZ 23.28 14.64 60.63 -
YUV 107.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 131 77 207 0.37 0.63 0 0.19 264.92 0.58 0.56
Hex 83 4D CF 25 3F 0 13 109 3A 38
Octal 203 115 317 45 77 0 23 411 72 70
Binary 10000011 1001101 11001111 100101 111111 0 10011 100001001 111010 111000

Color Harmonies of #834DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DCF

Black with #834DCF

Text Example


Text Example

White with #834DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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