#864DCC

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

Shades of Amethyst #864DCC

Tints of Amethyst #864DCC

Color information

#864DCC (or 0x864DCC) is unknown color: approx Amethyst. HEX triplet: 86, 4D and CC. RGB value is (134,77,204). Sum of RGB (Red+Green+Blue) = 134+77+204=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #864DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DCC is #79B233. Grayscale: #6C6C6C. Windows color (decimal): -7975476 or 13389190. OLE color: 13389190.

HSL color Cylindrical-coordinate representation of color #864DCC: hue angle of 266.93º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #864DCC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13477204-
CMYK0.340.6200.2
HSL266.93º55.46%55.1%-
HSV(B)266.93º62.25%80%-
XYZ23.3814.7458.74-
YUV108.52181.88146.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.29%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=32.29%
G=18.55%
B=49.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal134772040.340.6200.2266.9355.4655.1
Hex864DCC223E01410b3737
Octal20611531442760244136767
Binary10000110100110111001100100010111110010100100001011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864DCC; }

 p { color: rgb(134,77,204); }

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

<style>
 a { background-color: #864DCC; }

 a { background-color: rgb(134,77,204); }

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

<style>
 span { border-color: #864DCC; }

 span { border-color: rgb(134,77,204); }

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