Html Css Color HEX #886ADF Medium Purple

📋 copy color: '#886ADF'

red 136 ◦ green 106 ◦ blue 223

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

Shades of Medium Purple #886ADF

Tints of Medium Purple #886ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.8%

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

R = 29.25%
G = 22.8%
B = 47.96%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#886ADF (or 0x886ADF) is known color: Medium Purple. HEX triplet: 88, 6A and DF. RGB value is (136,106,223). Sum of RGB (Red+Green+Blue) = 136+106+223=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #886ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ADF is #779520. Grayscale: #7F7F7F. Windows color (decimal): -7836961 or 14641800. OLE color: 14641800.

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

Color convert

RGB 136 106 223 -
CMYK 0.39 0.52 0 0.13
HSL 255.38º 0.65% 0.65% -
HSV(B) 255.38º 0.52% 0.87% -
XYZ 28.63 20.87 72.33 -
YUV 128.31 181.44 133.49 -
System Red Green Blue C M Y K H S L
Decimal 136 106 223 0.39 0.52 0 0.13 255.38 0.65 0.65
Hex 88 6A DF 27 34 0 D FF 41 41
Octal 210 152 337 47 64 0 15 377 101 101
Binary 10001000 1101010 11011111 100111 110100 0 1101 11111111 1000001 1000001

Color Harmonies of #886ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886ADF

Black with #886ADF

Text Example


Text Example

White with #886ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886ADF; }

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

 H1.HeaderClassName
 {
   color: #886ADF;
 }
 .AnyTagClassName
 {
   color: #886ADF;
 }
</style>

background-color css

<style>
 a { background-color: #886ADF; }

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

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

border-color css

<style>
 span { border-color: #886ADF; }

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

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