Html Css Color HEX #8858DB Medium Purple

📋 copy color: '#8858DB'

red 136 ◦ green 88 ◦ blue 219

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

Shades of Medium Purple #8858DB

Tints of Medium Purple #8858DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

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

R = 30.7%
G = 19.86%
B = 49.44%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8858DB (or 0x8858DB) is known color: Medium Purple. HEX triplet: 88, 58 and DB. RGB value is (136,88,219). Sum of RGB (Red+Green+Blue) = 136+88+219=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #8858DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8858DB is #77A724. Grayscale: #747474. Windows color (decimal): -7841573 or 14375048. OLE color: 14375048.

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

Color convert

RGB 136 88 219 -
CMYK 0.38 0.60 0 0.14
HSL 261.98º 0.65% 0.6% -
HSV(B) 261.98º 0.6% 0.86% -
XYZ 26.43 17.33 68.97 -
YUV 117.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 136 88 219 0.38 0.60 0 0.14 261.98 0.65 0.6
Hex 88 58 DB 26 3C 0 E 106 41 3C
Octal 210 130 333 46 74 0 16 406 101 74
Binary 10001000 1011000 11011011 100110 111100 0 1110 100000110 1000001 111100

Color Harmonies of #8858DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8858DB

Black with #8858DB

Text Example


Text Example

White with #8858DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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