Html Css Color HEX #834FD0 Amethyst

📋 copy color: '#834FD0'

red 131 ◦ green 79 ◦ blue 208

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

Shades of Amethyst #834FD0

Tints of Amethyst #834FD0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.9%

 BLUE value IS 208 (81.64% from 255) = 49.76%

R = 31.34%
G = 18.9%
B = 49.76%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#834FD0 (or 0x834FD0) is known color: Amethyst. HEX triplet: 83, 4F and D0. RGB value is (131,79,208). Sum of RGB (Red+Green+Blue) = 131+79+208=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #834FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FD0 is #7CB02F. Grayscale: #6C6C6C. Windows color (decimal): -8171568 or 13651843. OLE color: 13651843.

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

Color convert

RGB 131 79 208 -
CMYK 0.37 0.62 0 0.18
HSL 264.19º 0.58% 0.56% -
HSV(B) 264.19º 0.62% 0.82% -
XYZ 23.54 14.97 61.32 -
YUV 109.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 131 79 208 0.37 0.62 0 0.18 264.19 0.58 0.56
Hex 83 4F D0 25 3E 0 12 108 3A 38
Octal 203 117 320 45 76 0 22 410 72 70
Binary 10000011 1001111 11010000 100101 111110 0 10010 100001000 111010 111000

Color Harmonies of #834FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FD0

Black with #834FD0

Text Example


Text Example

White with #834FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,79,208); }

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

background-color css

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

 a { background-color: rgb(131,79,208); }

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

border-color css

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

 span { border-color: rgb(131,79,208); }

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