Html Css Color HEX #834BCF Amethyst

📋 copy color: '#834BCF'

red 131 ◦ green 75 ◦ blue 207

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

Shades of Amethyst #834BCF

Tints of Amethyst #834BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.16%

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

R = 31.72%
G = 18.16%
B = 50.12%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#834BCF (or 0x834BCF) is known color: Amethyst. HEX triplet: 83, 4B and CF. RGB value is (131,75,207). Sum of RGB (Red+Green+Blue) = 131+75+207=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #834BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BCF is #7CB430. Grayscale: #6A6A6A. Windows color (decimal): -8172593 or 13585283. OLE color: 13585283.

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

Color convert

RGB 131 75 207 -
CMYK 0.37 0.64 0 0.19
HSL 265.45º 0.58% 0.55% -
HSV(B) 265.45º 0.64% 0.81% -
XYZ 23.14 14.36 60.58 -
YUV 106.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 131 75 207 0.37 0.64 0 0.19 265.45 0.58 0.55
Hex 83 4B CF 25 40 0 13 109 3A 37
Octal 203 113 317 45 100 0 23 411 72 67
Binary 10000011 1001011 11001111 100101 1000000 0 10011 100001001 111010 110111

Color Harmonies of #834BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BCF

Black with #834BCF

Text Example


Text Example

White with #834BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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