Html Css Color HEX #864DCB Amethyst

📋 copy color: '#864DCB'

red 134 ◦ green 77 ◦ blue 203

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

Shades of Amethyst #864DCB

Tints of Amethyst #864DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.6%

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

R = 32.37%
G = 18.6%
B = 49.03%

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

#864DCB (or 0x864DCB) is known color: Amethyst. HEX triplet: 86, 4D and CB. RGB value is (134,77,203). Sum of RGB (Red+Green+Blue) = 134+77+203=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #864DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DCB is #79B234. Grayscale: #6B6B6B. Windows color (decimal): -7975477 or 13323654. OLE color: 13323654.

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

Color convert

RGB 134 77 203 -
CMYK 0.34 0.62 0 0.20
HSL 267.14º 0.55% 0.55% -
HSV(B) 267.14º 0.62% 0.8% -
XYZ 23.26 14.69 58.11 -
YUV 108.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 134 77 203 0.34 0.62 0 0.20 267.14 0.55 0.55
Hex 86 4D CB 22 3E 0 14 10B 37 37
Octal 206 115 313 42 76 0 24 413 67 67
Binary 10000110 1001101 11001011 100010 111110 0 10100 100001011 110111 110111

Color Harmonies of #864DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DCB

Black with #864DCB

Text Example


Text Example

White with #864DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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