Html Css Color HEX #8872DB Medium Purple

📋 copy color: '#8872DB'

red 136 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #8872DB

Tints of Medium Purple #8872DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.31%

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

R = 29%
G = 24.31%
B = 46.7%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8872DB (or 0x8872DB) is known color: Medium Purple. HEX triplet: 88, 72 and DB. RGB value is (136,114,219). Sum of RGB (Red+Green+Blue) = 136+114+219=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8872DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872DB is #778D24. Grayscale: #848484. Windows color (decimal): -7834917 or 14381704. OLE color: 14381704.

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

Color convert

RGB 136 114 219 -
CMYK 0.38 0.48 0 0.14
HSL 252.57º 0.59% 0.65% -
HSV(B) 252.57º 0.48% 0.86% -
XYZ 28.96 22.38 69.81 -
YUV 132.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 136 114 219 0.38 0.48 0 0.14 252.57 0.59 0.65
Hex 88 72 DB 26 30 0 E FD 3B 41
Octal 210 162 333 46 60 0 16 375 73 101
Binary 10001000 1110010 11011011 100110 110000 0 1110 11111101 111011 1000001

Color Harmonies of #8872DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8872DB

Black with #8872DB

Text Example


Text Example

White with #8872DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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