Html Css Color HEX #866CDF Medium Purple

📋 copy color: '#866CDF'

red 134 ◦ green 108 ◦ blue 223

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

Shades of Medium Purple #866CDF

Tints of Medium Purple #866CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 28.82%
G = 23.23%
B = 47.96%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#866CDF (or 0x866CDF) is known color: Medium Purple. HEX triplet: 86, 6C and DF. RGB value is (134,108,223). Sum of RGB (Red+Green+Blue) = 134+108+223=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #866CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CDF is #799320. Grayscale: #808080. Windows color (decimal): -7967521 or 14642310. OLE color: 14642310.

HSL color Cylindrical-coordinate representation of color #866CDF: hue angle of 253.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #866CDF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 108 223 -
CMYK 0.40 0.52 0 0.13
HSL 253.57º 0.64% 0.65% -
HSV(B) 253.57º 0.52% 0.87% -
XYZ 28.51 21.12 72.39 -
YUV 128.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 134 108 223 0.40 0.52 0 0.13 253.57 0.64 0.65
Hex 86 6C DF 28 34 0 D FE 40 41
Octal 206 154 337 50 64 0 15 376 100 101
Binary 10000110 1101100 11011111 101000 110100 0 1101 11111110 1000000 1000001

Color Harmonies of #866CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CDF

Black with #866CDF

Text Example


Text Example

White with #866CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866CDF; }

 p { color: rgb(134,108,223); }

 H1.HeaderClassName
 {
   color: #866CDF;
 }
 .AnyTagClassName
 {
   color: #866CDF;
 }
</style>

background-color css

<style>
 a { background-color: #866CDF; }

 a { background-color: rgb(134,108,223); }

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

border-color css

<style>
 span { border-color: #866CDF; }

 span { border-color: rgb(134,108,223); }

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