Html Css Color HEX #834BCD Amethyst

📋 copy color: '#834BCD'

red 131 ◦ green 75 ◦ blue 205

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

Shades of Amethyst #834BCD

Tints of Amethyst #834BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 31.87%
G = 18.25%
B = 49.88%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#834BCD (or 0x834BCD) is known color: Amethyst. HEX triplet: 83, 4B and CD. RGB value is (131,75,205). Sum of RGB (Red+Green+Blue) = 131+75+205=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #834BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BCD is #7CB432. Grayscale: #6A6A6A. Windows color (decimal): -8172595 or 13454211. OLE color: 13454211.

HSL color Cylindrical-coordinate representation of color #834BCD: hue angle of 265.85º degrees, saturation: 0.57, 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 #834BCD is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 75 205 -
CMYK 0.36 0.63 0 0.20
HSL 265.85º 0.57% 0.55% -
HSV(B) 265.85º 0.63% 0.8% -
XYZ 22.9 14.27 59.3 -
YUV 106.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 131 75 205 0.36 0.63 0 0.20 265.85 0.57 0.55
Hex 83 4B CD 24 3F 0 14 10A 39 37
Octal 203 113 315 44 77 0 24 412 71 67
Binary 10000011 1001011 11001101 100100 111111 0 10100 100001010 111001 110111

Color Harmonies of #834BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834BCD

Black with #834BCD

Text Example


Text Example

White with #834BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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