Html Css Color HEX #834CCE Amethyst

📋 copy color: '#834CCE'

red 131 ◦ green 76 ◦ blue 206

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

Shades of Amethyst #834CCE

Tints of Amethyst #834CCE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 31.72%
G = 18.4%
B = 49.88%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#834CCE (or 0x834CCE) is known color: Amethyst. HEX triplet: 83, 4C and CE. RGB value is (131,76,206). Sum of RGB (Red+Green+Blue) = 131+76+206=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #834CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CCE is #7CB331. Grayscale: #6A6A6A. Windows color (decimal): -8172338 or 13520003. OLE color: 13520003.

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

Color convert

RGB 131 76 206 -
CMYK 0.36 0.63 0 0.19
HSL 265.38º 0.57% 0.55% -
HSV(B) 265.38º 0.63% 0.81% -
XYZ 23.09 14.45 59.97 -
YUV 107.27 183.72 144.93 -
System Red Green Blue C M Y K H S L
Decimal 131 76 206 0.36 0.63 0 0.19 265.38 0.57 0.55
Hex 83 4C CE 24 3F 0 13 109 39 37
Octal 203 114 316 44 77 0 23 411 71 67
Binary 10000011 1001100 11001110 100100 111111 0 10011 100001001 111001 110111

Color Harmonies of #834CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CCE

Black with #834CCE

Text Example


Text Example

White with #834CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,206); }

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

background-color css

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

 a { background-color: rgb(131,76,206); }

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

border-color css

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

 span { border-color: rgb(131,76,206); }

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