Html Css Color HEX #864ECB Amethyst

📋 copy color: '#864ECB'

red 134 ◦ green 78 ◦ blue 203

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

Shades of Amethyst #864ECB

Tints of Amethyst #864ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.8%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 32.29%
G = 18.8%
B = 48.92%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#864ECB (or 0x864ECB) is known color: Amethyst. HEX triplet: 86, 4E and CB. RGB value is (134,78,203). Sum of RGB (Red+Green+Blue) = 134+78+203=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #864ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864ECB is #79B134. Grayscale: #6C6C6C. Windows color (decimal): -7975221 or 13323910. OLE color: 13323910.

HSL color Cylindrical-coordinate representation of color #864ECB: hue angle of 266.88º 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 #864ECB is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 78 203 -
CMYK 0.34 0.62 0 0.20
HSL 266.88º 0.55% 0.55% -
HSV(B) 266.88º 0.62% 0.8% -
XYZ 23.34 14.83 58.13 -
YUV 108.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 134 78 203 0.34 0.62 0 0.20 266.88 0.55 0.55
Hex 86 4E CB 22 3E 0 14 10B 37 37
Octal 206 116 313 42 76 0 24 413 67 67
Binary 10000110 1001110 11001011 100010 111110 0 10100 100001011 110111 110111

Color Harmonies of #864ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864ECB

Black with #864ECB

Text Example


Text Example

White with #864ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,78,203); }

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

background-color css

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

 a { background-color: rgb(134,78,203); }

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

border-color css

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

 span { border-color: rgb(134,78,203); }

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