Html Css Color HEX #834FCC Amethyst

📋 copy color: '#834FCC'

red 131 ◦ green 79 ◦ blue 204

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

Shades of Amethyst #834FCC

Tints of Amethyst #834FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.08%

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

R = 31.64%
G = 19.08%
B = 49.28%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#834FCC (or 0x834FCC) is known color: Amethyst. HEX triplet: 83, 4F and CC. RGB value is (131,79,204). Sum of RGB (Red+Green+Blue) = 131+79+204=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #834FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834FCC is #7CB033. Grayscale: #6C6C6C. Windows color (decimal): -8171572 or 13389699. OLE color: 13389699.

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

Color convert

RGB 131 79 204 -
CMYK 0.36 0.61 0 0.2
HSL 264.96º 0.55% 0.55% -
HSV(B) 264.96º 0.61% 0.8% -
XYZ 23.06 14.78 58.76 -
YUV 108.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 131 79 204 0.36 0.61 0 0.2 264.96 0.55 0.55
Hex 83 4F CC 24 3D 0 14 109 37 37
Octal 203 117 314 44 75 0 24 411 67 67
Binary 10000011 1001111 11001100 100100 111101 0 10100 100001001 110111 110111

Color Harmonies of #834FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834FCC

Black with #834FCC

Text Example


Text Example

White with #834FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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