Html Css Color HEX #8865DC Medium Purple

📋 copy color: '#8865DC'

red 136 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #8865DC

Tints of Medium Purple #8865DC

RGB

 RED value IS 136 (53.52% from 255) = 29.76%

 GREEN value IS 101 (39.84% from 255) = 22.1%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 29.76%
G = 22.1%
B = 48.14%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8865DC (or 0x8865DC) is known color: Medium Purple. HEX triplet: 88, 65 and DC. RGB value is (136,101,220). Sum of RGB (Red+Green+Blue) = 136+101+220=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #8865DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865DC is #779A23. Grayscale: #7C7C7C. Windows color (decimal): -7838244 or 14443912. OLE color: 14443912.

HSL color Cylindrical-coordinate representation of color #8865DC: hue angle of 257.65º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8865DC is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 101 220 -
CMYK 0.38 0.54 0 0.14
HSL 257.65º 0.63% 0.63% -
HSV(B) 257.65º 0.54% 0.86% -
XYZ 27.73 19.71 70.05 -
YUV 125.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 136 101 220 0.38 0.54 0 0.14 257.65 0.63 0.63
Hex 88 65 DC 26 36 0 E 102 3F 3F
Octal 210 145 334 46 66 0 16 402 77 77
Binary 10001000 1100101 11011100 100110 110110 0 1110 100000010 111111 111111

Color Harmonies of #8865DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8865DC

Black with #8865DC

Text Example


Text Example

White with #8865DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8865DC; }

 p { color: rgb(136,101,220); }

 H1.HeaderClassName
 {
   color: #8865DC;
 }
 .AnyTagClassName
 {
   color: #8865DC;
 }
</style>

background-color css

<style>
 a { background-color: #8865DC; }

 a { background-color: rgb(136,101,220); }

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

border-color css

<style>
 span { border-color: #8865DC; }

 span { border-color: rgb(136,101,220); }

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