Html Css Color HEX #834DCC Amethyst

📋 copy color: '#834DCC'

red 131 ◦ green 77 ◦ blue 204

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

Shades of Amethyst #834DCC

Tints of Amethyst #834DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 31.8%
G = 18.69%
B = 49.51%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#834DCC (or 0x834DCC) is known color: Amethyst. HEX triplet: 83, 4D and CC. RGB value is (131,77,204). Sum of RGB (Red+Green+Blue) = 131+77+204=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #834DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DCC is #7CB233. Grayscale: #6B6B6B. Windows color (decimal): -8172084 or 13389187. OLE color: 13389187.

HSL color Cylindrical-coordinate representation of color #834DCC: hue angle of 265.51º 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 #834DCC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 77 204 -
CMYK 0.36 0.62 0 0.2
HSL 265.51º 0.55% 0.55% -
HSV(B) 265.51º 0.62% 0.8% -
XYZ 22.91 14.49 58.72 -
YUV 107.62 182.39 144.67 -
System Red Green Blue C M Y K H S L
Decimal 131 77 204 0.36 0.62 0 0.2 265.51 0.55 0.55
Hex 83 4D CC 24 3E 0 14 10A 37 37
Octal 203 115 314 44 76 0 24 412 67 67
Binary 10000011 1001101 11001100 100100 111110 0 10100 100001010 110111 110111

Color Harmonies of #834DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DCC

Black with #834DCC

Text Example


Text Example

White with #834DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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