Html Css Color HEX #834CCD Amethyst

📋 copy color: '#834CCD'

red 131 ◦ green 76 ◦ blue 205

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

Shades of Amethyst #834CCD

Tints of Amethyst #834CCD

RGB

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

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

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

R = 31.8%
G = 18.45%
B = 49.76%

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

#834CCD (or 0x834CCD) is known color: Amethyst. HEX triplet: 83, 4C and CD. RGB value is (131,76,205). Sum of RGB (Red+Green+Blue) = 131+76+205=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #834CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834CCD is #7CB332. Grayscale: #6A6A6A. Windows color (decimal): -8172339 or 13454467. OLE color: 13454467.

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

Color convert

RGB 131 76 205 -
CMYK 0.36 0.63 0 0.20
HSL 265.58º 0.56% 0.55% -
HSV(B) 265.58º 0.63% 0.8% -
XYZ 22.96 14.4 59.33 -
YUV 107.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 131 76 205 0.36 0.63 0 0.20 265.58 0.56 0.55
Hex 83 4C CD 24 3F 0 14 10A 38 37
Octal 203 114 315 44 77 0 24 412 70 67
Binary 10000011 1001100 11001101 100100 111111 0 10100 100001010 111000 110111

Color Harmonies of #834CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834CCD

Black with #834CCD

Text Example


Text Example

White with #834CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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