Html Css Color HEX #8869DF Medium Purple

📋 copy color: '#8869DF'

red 136 ◦ green 105 ◦ blue 223

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

Shades of Medium Purple #8869DF

Tints of Medium Purple #8869DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.63%

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

R = 29.31%
G = 22.63%
B = 48.06%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8869DF (or 0x8869DF) is known color: Medium Purple. HEX triplet: 88, 69 and DF. RGB value is (136,105,223). Sum of RGB (Red+Green+Blue) = 136+105+223=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #8869DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8869DF is #779620. Grayscale: #7F7F7F. Windows color (decimal): -7837217 or 14641544. OLE color: 14641544.

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

Color convert

RGB 136 105 223 -
CMYK 0.39 0.53 0 0.13
HSL 255.76º 0.65% 0.64% -
HSV(B) 255.76º 0.53% 0.87% -
XYZ 28.52 20.67 72.3 -
YUV 127.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 136 105 223 0.39 0.53 0 0.13 255.76 0.65 0.64
Hex 88 69 DF 27 35 0 D 100 41 40
Octal 210 151 337 47 65 0 15 400 101 100
Binary 10001000 1101001 11011111 100111 110101 0 1101 100000000 1000001 1000000

Color Harmonies of #8869DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8869DF

Black with #8869DF

Text Example


Text Example

White with #8869DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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