Html Css Color HEX #885FDD Medium Purple

📋 copy color: '#885FDD'

red 136 ◦ green 95 ◦ blue 221

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

Shades of Medium Purple #885FDD

Tints of Medium Purple #885FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 30.09%
G = 21.02%
B = 48.89%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#885FDD (or 0x885FDD) is known color: Medium Purple. HEX triplet: 88, 5F and DD. RGB value is (136,95,221). Sum of RGB (Red+Green+Blue) = 136+95+221=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #885FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FDD is #77A022. Grayscale: #797979. Windows color (decimal): -7839779 or 14507912. OLE color: 14507912.

HSL color Cylindrical-coordinate representation of color #885FDD: hue angle of 259.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #885FDD is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 95 221 -
CMYK 0.38 0.57 0 0.13
HSL 259.52º 0.65% 0.62% -
HSV(B) 259.52º 0.57% 0.87% -
XYZ 27.3 18.64 70.57 -
YUV 121.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 136 95 221 0.38 0.57 0 0.13 259.52 0.65 0.62
Hex 88 5F DD 26 39 0 D 104 41 3E
Octal 210 137 335 46 71 0 15 404 101 76
Binary 10001000 1011111 11011101 100110 111001 0 1101 100000100 1000001 111110

Color Harmonies of #885FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FDD

Black with #885FDD

Text Example


Text Example

White with #885FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885FDD; }

 p { color: rgb(136,95,221); }

 H1.HeaderClassName
 {
   color: #885FDD;
 }
 .AnyTagClassName
 {
   color: #885FDD;
 }
</style>

background-color css

<style>
 a { background-color: #885FDD; }

 a { background-color: rgb(136,95,221); }

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

border-color css

<style>
 span { border-color: #885FDD; }

 span { border-color: rgb(136,95,221); }

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