Html Css Color HEX #864CCC Amethyst

📋 copy color: '#864CCC'

red 134 ◦ green 76 ◦ blue 204

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

Shades of Amethyst #864CCC

Tints of Amethyst #864CCC

RGB

 RED value IS 134 (52.73% from 255) = 32.37%

 GREEN value IS 76 (30.08% from 255) = 18.36%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 32.37%
G = 18.36%
B = 49.28%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#864CCC (or 0x864CCC) is known color: Amethyst. HEX triplet: 86, 4C and CC. RGB value is (134,76,204). Sum of RGB (Red+Green+Blue) = 134+76+204=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #864CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864CCC is #79B333. Grayscale: #6B6B6B. Windows color (decimal): -7975732 or 13388934. OLE color: 13388934.

HSL color Cylindrical-coordinate representation of color #864CCC: hue angle of 267.19º degrees, saturation: 0.56, 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 #864CCC is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 76 204 -
CMYK 0.34 0.63 0 0.2
HSL 267.19º 0.56% 0.55% -
HSV(B) 267.19º 0.63% 0.8% -
XYZ 23.32 14.6 58.72 -
YUV 107.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 134 76 204 0.34 0.63 0 0.2 267.19 0.56 0.55
Hex 86 4C CC 22 3F 0 14 10B 38 37
Octal 206 114 314 42 77 0 24 413 70 67
Binary 10000110 1001100 11001100 100010 111111 0 10100 100001011 111000 110111

Color Harmonies of #864CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CCC

Black with #864CCC

Text Example


Text Example

White with #864CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #864CCC;
 }
 .AnyTagClassName
 {
   color: #864CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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