Html Css Color HEX #866CDD Medium Purple

📋 copy color: '#866CDD'

red 134 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #866CDD

Tints of Medium Purple #866CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 28.94%
G = 23.33%
B = 47.73%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#866CDD (or 0x866CDD) is known color: Medium Purple. HEX triplet: 86, 6C and DD. RGB value is (134,108,221). Sum of RGB (Red+Green+Blue) = 134+108+221=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #866CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CDD is #799322. Grayscale: #808080. Windows color (decimal): -7967523 or 14511238. OLE color: 14511238.

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

Color convert

RGB 134 108 221 -
CMYK 0.39 0.51 0 0.13
HSL 253.81º 0.62% 0.65% -
HSV(B) 253.81º 0.51% 0.87% -
XYZ 28.25 21.01 70.97 -
YUV 128.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 134 108 221 0.39 0.51 0 0.13 253.81 0.62 0.65
Hex 86 6C DD 27 33 0 D FE 3E 41
Octal 206 154 335 47 63 0 15 376 76 101
Binary 10000110 1101100 11011101 100111 110011 0 1101 11111110 111110 1000001

Color Harmonies of #866CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CDD

Black with #866CDD

Text Example


Text Example

White with #866CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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