Html Css Color HEX #844BCE Amethyst

📋 copy color: '#844BCE'

red 132 ◦ green 75 ◦ blue 206

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

Shades of Amethyst #844BCE

Tints of Amethyst #844BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 31.96%
G = 18.16%
B = 49.88%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#844BCE (or 0x844BCE) is known color: Amethyst. HEX triplet: 84, 4B and CE. RGB value is (132,75,206). Sum of RGB (Red+Green+Blue) = 132+75+206=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #844BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BCE is #7BB431. Grayscale: #6A6A6A. Windows color (decimal): -8107058 or 13519748. OLE color: 13519748.

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

Color convert

RGB 132 75 206 -
CMYK 0.36 0.64 0 0.19
HSL 266.11º 0.57% 0.55% -
HSV(B) 266.11º 0.64% 0.81% -
XYZ 23.17 14.39 59.95 -
YUV 106.98 183.88 145.85 -
System Red Green Blue C M Y K H S L
Decimal 132 75 206 0.36 0.64 0 0.19 266.11 0.57 0.55
Hex 84 4B CE 24 40 0 13 10A 39 37
Octal 204 113 316 44 100 0 23 412 71 67
Binary 10000100 1001011 11001110 100100 1000000 0 10011 100001010 111001 110111

Color Harmonies of #844BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BCE

Black with #844BCE

Text Example


Text Example

White with #844BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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