Html Css Color HEX #8861DB Medium Purple

📋 copy color: '#8861DB'

red 136 ◦ green 97 ◦ blue 219

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

Shades of Medium Purple #8861DB

Tints of Medium Purple #8861DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.46%

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

R = 30.09%
G = 21.46%
B = 48.45%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8861DB (or 0x8861DB) is known color: Medium Purple. HEX triplet: 88, 61 and DB. RGB value is (136,97,219). Sum of RGB (Red+Green+Blue) = 136+97+219=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8861DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861DB is #779E24. Grayscale: #7A7A7A. Windows color (decimal): -7839269 or 14377352. OLE color: 14377352.

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

Color convert

RGB 136 97 219 -
CMYK 0.38 0.56 0 0.14
HSL 259.18º 0.63% 0.62% -
HSV(B) 259.18º 0.56% 0.86% -
XYZ 27.21 18.9 69.23 -
YUV 122.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 136 97 219 0.38 0.56 0 0.14 259.18 0.63 0.62
Hex 88 61 DB 26 38 0 E 103 3F 3E
Octal 210 141 333 46 70 0 16 403 77 76
Binary 10001000 1100001 11011011 100110 111000 0 1110 100000011 111111 111110

Color Harmonies of #8861DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8861DB

Black with #8861DB

Text Example


Text Example

White with #8861DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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