Html Css Color HEX #834ACD Amethyst

📋 copy color: '#834ACD'

red 131 ◦ green 74 ◦ blue 205

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

Shades of Amethyst #834ACD

Tints of Amethyst #834ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.05%

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

R = 31.95%
G = 18.05%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#834ACD (or 0x834ACD) is known color: Amethyst. HEX triplet: 83, 4A and CD. RGB value is (131,74,205). Sum of RGB (Red+Green+Blue) = 131+74+205=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #834ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834ACD is #7CB532. Grayscale: #696969. Windows color (decimal): -8172851 or 13453955. OLE color: 13453955.

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

Color convert

RGB 131 74 205 -
CMYK 0.36 0.64 0 0.20
HSL 266.11º 0.57% 0.55% -
HSV(B) 266.11º 0.64% 0.8% -
XYZ 22.83 14.13 59.28 -
YUV 105.98 183.88 145.85 -
System Red Green Blue C M Y K H S L
Decimal 131 74 205 0.36 0.64 0 0.20 266.11 0.57 0.55
Hex 83 4A CD 24 40 0 14 10A 39 37
Octal 203 112 315 44 100 0 24 412 71 67
Binary 10000011 1001010 11001101 100100 1000000 0 10100 100001010 111001 110111

Color Harmonies of #834ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834ACD

Black with #834ACD

Text Example


Text Example

White with #834ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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