Html Css Color HEX #834BCC Amethyst

📋 copy color: '#834BCC'

red 131 ◦ green 75 ◦ blue 204

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

Shades of Amethyst #834BCC

Tints of Amethyst #834BCC

RGB

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

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

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

R = 31.95%
G = 18.29%
B = 49.76%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#834BCC (or 0x834BCC) is known color: Amethyst. HEX triplet: 83, 4B and CC. RGB value is (131,75,204). Sum of RGB (Red+Green+Blue) = 131+75+204=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #834BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BCC is #7CB433. Grayscale: #696969. Windows color (decimal): -8172596 or 13388675. OLE color: 13388675.

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

Color convert

RGB 131 75 204 -
CMYK 0.36 0.63 0 0.2
HSL 266.05º 0.56% 0.55% -
HSV(B) 266.05º 0.63% 0.8% -
XYZ 22.78 14.22 58.67 -
YUV 106.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 131 75 204 0.36 0.63 0 0.2 266.05 0.56 0.55
Hex 83 4B CC 24 3F 0 14 10A 38 37
Octal 203 113 314 44 77 0 24 412 70 67
Binary 10000011 1001011 11001100 100100 111111 0 10100 100001010 111000 110111

Color Harmonies of #834BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BCC

Black with #834BCC

Text Example


Text Example

White with #834BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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