Html Css Color HEX #8656DB Medium Purple

📋 copy color: '#8656DB'

red 134 ◦ green 86 ◦ blue 219

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

Shades of Medium Purple #8656DB

Tints of Medium Purple #8656DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.59%

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 30.52%
G = 19.59%
B = 49.89%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8656DB (or 0x8656DB) is known color: Medium Purple. HEX triplet: 86, 56 and DB. RGB value is (134,86,219). Sum of RGB (Red+Green+Blue) = 134+86+219=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #8656DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656DB is #79A924. Grayscale: #737373. Windows color (decimal): -7973157 or 14374534. OLE color: 14374534.

HSL color Cylindrical-coordinate representation of color #8656DB: hue angle of 261.65º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8656DB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 86 219 -
CMYK 0.39 0.61 0 0.14
HSL 261.65º 0.65% 0.6% -
HSV(B) 261.65º 0.61% 0.86% -
XYZ 25.95 16.84 68.9 -
YUV 115.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 134 86 219 0.39 0.61 0 0.14 261.65 0.65 0.6
Hex 86 56 DB 27 3D 0 E 106 41 3C
Octal 206 126 333 47 75 0 16 406 101 74
Binary 10000110 1010110 11011011 100111 111101 0 1110 100000110 1000001 111100

Color Harmonies of #8656DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8656DB

Black with #8656DB

Text Example


Text Example

White with #8656DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8656DB; }

 p { color: rgb(134,86,219); }

 H1.HeaderClassName
 {
   color: #8656DB;
 }
 .AnyTagClassName
 {
   color: #8656DB;
 }
</style>

background-color css

<style>
 a { background-color: #8656DB; }

 a { background-color: rgb(134,86,219); }

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

border-color css

<style>
 span { border-color: #8656DB; }

 span { border-color: rgb(134,86,219); }

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