Html Css Color HEX #844BCD Amethyst

📋 copy color: '#844BCD'

red 132 ◦ green 75 ◦ blue 205

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

Shades of Amethyst #844BCD

Tints of Amethyst #844BCD

RGB

 RED value IS 132 (51.95% from 255) = 32.04%

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

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

R = 32.04%
G = 18.2%
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

#844BCD (or 0x844BCD) is known color: Amethyst. HEX triplet: 84, 4B and CD. RGB value is (132,75,205). Sum of RGB (Red+Green+Blue) = 132+75+205=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 75 (29.69% from 255 or 18.20% 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 #844BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BCD is #7BB432. Grayscale: #6A6A6A. Windows color (decimal): -8107059 or 13454212. OLE color: 13454212.

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

Color convert

RGB 132 75 205 -
CMYK 0.36 0.63 0 0.20
HSL 266.31º 0.57% 0.55% -
HSV(B) 266.31º 0.63% 0.8% -
XYZ 23.05 14.35 59.31 -
YUV 106.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 132 75 205 0.36 0.63 0 0.20 266.31 0.57 0.55
Hex 84 4B CD 24 3F 0 14 10A 39 37
Octal 204 113 315 44 77 0 24 412 71 67
Binary 10000100 1001011 11001101 100100 111111 0 10100 100001010 111001 110111

Color Harmonies of #844BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BCD

Black with #844BCD

Text Example


Text Example

White with #844BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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