Html Css Color HEX #834DCB Amethyst

📋 copy color: '#834DCB'

red 131 ◦ green 77 ◦ blue 203

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

Shades of Amethyst #834DCB

Tints of Amethyst #834DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 31.87%
G = 18.73%
B = 49.39%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#834DCB (or 0x834DCB) is known color: Amethyst. HEX triplet: 83, 4D and CB. RGB value is (131,77,203). Sum of RGB (Red+Green+Blue) = 131+77+203=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #834DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DCB is #7CB234. Grayscale: #6B6B6B. Windows color (decimal): -8172085 or 13323651. OLE color: 13323651.

HSL color Cylindrical-coordinate representation of color #834DCB: hue angle of 265.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834DCB is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 77 203 -
CMYK 0.35 0.62 0 0.20
HSL 265.71º 0.55% 0.55% -
HSV(B) 265.71º 0.62% 0.8% -
XYZ 22.79 14.44 58.09 -
YUV 107.51 181.89 144.75 -
System Red Green Blue C M Y K H S L
Decimal 131 77 203 0.35 0.62 0 0.20 265.71 0.55 0.55
Hex 83 4D CB 23 3E 0 14 10A 37 37
Octal 203 115 313 43 76 0 24 412 67 67
Binary 10000011 1001101 11001011 100011 111110 0 10100 100001010 110111 110111

Color Harmonies of #834DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DCB

Black with #834DCB

Text Example


Text Example

White with #834DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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