Html Css Color HEX #834ECF Amethyst

📋 copy color: '#834ECF'

red 131 ◦ green 78 ◦ blue 207

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

Shades of Amethyst #834ECF

Tints of Amethyst #834ECF

RGB

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

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

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

R = 31.49%
G = 18.75%
B = 49.76%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#834ECF (or 0x834ECF) is known color: Amethyst. HEX triplet: 83, 4E and CF. RGB value is (131,78,207). Sum of RGB (Red+Green+Blue) = 131+78+207=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #834ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834ECF is #7CB130. Grayscale: #6C6C6C. Windows color (decimal): -8171825 or 13586051. OLE color: 13586051.

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

Color convert

RGB 131 78 207 -
CMYK 0.37 0.62 0 0.19
HSL 264.65º 0.57% 0.56% -
HSV(B) 264.65º 0.62% 0.81% -
XYZ 23.35 14.78 60.65 -
YUV 108.55 183.56 144.01 -
System Red Green Blue C M Y K H S L
Decimal 131 78 207 0.37 0.62 0 0.19 264.65 0.57 0.56
Hex 83 4E CF 25 3E 0 13 109 39 38
Octal 203 116 317 45 76 0 23 411 71 70
Binary 10000011 1001110 11001111 100101 111110 0 10011 100001001 111001 111000

Color Harmonies of #834ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ECF

Black with #834ECF

Text Example


Text Example

White with #834ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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