#844CCB

Color #844CCB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #844CCB

Tints of Amethyst #844CCB

Color information

#844CCB (or 0x844CCB) is unknown color: approx Amethyst. HEX triplet: 84, 4C and CB. RGB value is (132,76,203). Sum of RGB (Red+Green+Blue) = 132+76+203=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #844CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CCB is #7BB334. Grayscale: #6A6A6A. Windows color (decimal): -8106805 or 13323396. OLE color: 13323396.

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

Color convert

RGB13276203-
CMYK0.350.6300.20
HSL266.46º54.98%54.71%-
HSV(B)266.46º62.56%79.61%-
XYZ22.8814.3958.07-
YUV107.22182.05145.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 76 (30.08% from 255) = 18.49%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=32.12%
G=18.49%
B=49.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132762030.350.6300.20266.4654.9854.71
Hex844CCB233F01410a3737
Octal20411431343770244126767
Binary10000100100110011001011100011111111010100100001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,76,203); }

 H1.HeaderClassName
 {
   color: #844CCB;
 }
 .AnyTagClassName
 {
   color: #844CCB;
 }
</style>
background-color css

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

 a { background-color: rgb(132,76,203); }

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

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

 span { border-color: rgb(132,76,203); }

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