Html Css Color HEX #8850DF Medium Purple

📋 copy color: '#8850DF'

red 136 ◦ green 80 ◦ blue 223

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

Shades of Medium Purple #8850DF

Tints of Medium Purple #8850DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 30.98%
G = 18.22%
B = 50.8%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8850DF (or 0x8850DF) is known color: Medium Purple. HEX triplet: 88, 50 and DF. RGB value is (136,80,223). Sum of RGB (Red+Green+Blue) = 136+80+223=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #8850DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850DF is #77AF20. Grayscale: #707070. Windows color (decimal): -7843617 or 14635144. OLE color: 14635144.

HSL color Cylindrical-coordinate representation of color #8850DF: hue angle of 263.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8850DF is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 80 223 -
CMYK 0.39 0.64 0 0.13
HSL 263.5º 0.69% 0.59% -
HSV(B) 263.5º 0.64% 0.87% -
XYZ 26.34 16.3 71.57 -
YUV 113.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 136 80 223 0.39 0.64 0 0.13 263.5 0.69 0.59
Hex 88 50 DF 27 40 0 D 107 45 3B
Octal 210 120 337 47 100 0 15 407 105 73
Binary 10001000 1010000 11011111 100111 1000000 0 1101 100000111 1000101 111011

Color Harmonies of #8850DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8850DF

Black with #8850DF

Text Example


Text Example

White with #8850DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8850DF; }

 p { color: rgb(136,80,223); }

 H1.HeaderClassName
 {
   color: #8850DF;
 }
 .AnyTagClassName
 {
   color: #8850DF;
 }
</style>

background-color css

<style>
 a { background-color: #8850DF; }

 a { background-color: rgb(136,80,223); }

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

border-color css

<style>
 span { border-color: #8850DF; }

 span { border-color: rgb(136,80,223); }

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