Html Css Color HEX #834EC9 Amethyst

📋 copy color: '#834EC9'

red 131 ◦ green 78 ◦ blue 201

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

Shades of Amethyst #834EC9

Tints of Amethyst #834EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.02%

R = 31.95%
G = 19.02%
B = 49.02%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#834EC9 (or 0x834EC9) is known color: Amethyst. HEX triplet: 83, 4E and C9. RGB value is (131,78,201). Sum of RGB (Red+Green+Blue) = 131+78+201=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #834EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834EC9 is #7CB136. Grayscale: #6B6B6B. Windows color (decimal): -8171831 or 13192835. OLE color: 13192835.

HSL color Cylindrical-coordinate representation of color #834EC9: hue angle of 265.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #834EC9 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 78 201 -
CMYK 0.35 0.61 0 0.21
HSL 265.85º 0.53% 0.55% -
HSV(B) 265.85º 0.61% 0.79% -
XYZ 22.63 14.49 56.86 -
YUV 107.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 131 78 201 0.35 0.61 0 0.21 265.85 0.53 0.55
Hex 83 4E C9 23 3D 0 15 10A 35 37
Octal 203 116 311 43 75 0 25 412 65 67
Binary 10000011 1001110 11001001 100011 111101 0 10101 100001010 110101 110111

Color Harmonies of #834EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834EC9

Black with #834EC9

Text Example


Text Example

White with #834EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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