Html Css Color HEX #8865DB Medium Purple

📋 copy color: '#8865DB'

red 136 ◦ green 101 ◦ blue 219

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

Shades of Medium Purple #8865DB

Tints of Medium Purple #8865DB

RGB

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

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

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

R = 29.82%
G = 22.15%
B = 48.03%

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

#8865DB (or 0x8865DB) is known color: Medium Purple. HEX triplet: 88, 65 and DB. RGB value is (136,101,219). Sum of RGB (Red+Green+Blue) = 136+101+219=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #8865DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865DB is #779A24. Grayscale: #7C7C7C. Windows color (decimal): -7838245 or 14378376. OLE color: 14378376.

HSL color Cylindrical-coordinate representation of color #8865DB: hue angle of 257.8º degrees, saturation: 0.62, 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 #8865DB is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 101 219 -
CMYK 0.38 0.54 0 0.14
HSL 257.8º 0.62% 0.63% -
HSV(B) 257.8º 0.54% 0.86% -
XYZ 27.59 19.66 69.36 -
YUV 124.92 181.1 135.91 -
System Red Green Blue C M Y K H S L
Decimal 136 101 219 0.38 0.54 0 0.14 257.8 0.62 0.63
Hex 88 65 DB 26 36 0 E 102 3E 3F
Octal 210 145 333 46 66 0 16 402 76 77
Binary 10001000 1100101 11011011 100110 110110 0 1110 100000010 111110 111111

Color Harmonies of #8865DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8865DB

Black with #8865DB

Text Example


Text Example

White with #8865DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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