Html Css Color HEX #8862DB Medium Purple

📋 copy color: '#8862DB'

red 136 ◦ green 98 ◦ blue 219

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

Shades of Medium Purple #8862DB

Tints of Medium Purple #8862DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.63%

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

R = 30.02%
G = 21.63%
B = 48.34%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8862DB (or 0x8862DB) is known color: Medium Purple. HEX triplet: 88, 62 and DB. RGB value is (136,98,219). Sum of RGB (Red+Green+Blue) = 136+98+219=453 (60% of max value = 765). Red value is 136 (53.52% from 255 or 30.02% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #8862DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862DB is #779D24. Grayscale: #7A7A7A. Windows color (decimal): -7839013 or 14377608. OLE color: 14377608.

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

Color convert

RGB 136 98 219 -
CMYK 0.38 0.55 0 0.14
HSL 258.84º 0.63% 0.62% -
HSV(B) 258.84º 0.55% 0.86% -
XYZ 27.31 19.08 69.26 -
YUV 123.16 182.09 137.16 -
System Red Green Blue C M Y K H S L
Decimal 136 98 219 0.38 0.55 0 0.14 258.84 0.63 0.62
Hex 88 62 DB 26 37 0 E 103 3F 3E
Octal 210 142 333 46 67 0 16 403 77 76
Binary 10001000 1100010 11011011 100110 110111 0 1110 100000011 111111 111110

Color Harmonies of #8862DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8862DB

Black with #8862DB

Text Example


Text Example

White with #8862DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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