Html Css Color HEX #885DDC Medium Purple

📋 copy color: '#885DDC'

red 136 ◦ green 93 ◦ blue 220

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

Shades of Medium Purple #885DDC

Tints of Medium Purple #885DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.71%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 30.29%
G = 20.71%
B = 49%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#885DDC (or 0x885DDC) is known color: Medium Purple. HEX triplet: 88, 5D and DC. RGB value is (136,93,220). Sum of RGB (Red+Green+Blue) = 136+93+220=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #885DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DDC is #77A223. Grayscale: #777777. Windows color (decimal): -7840292 or 14441864. OLE color: 14441864.

HSL color Cylindrical-coordinate representation of color #885DDC: hue angle of 260.31º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885DDC is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 93 220 -
CMYK 0.38 0.58 0 0.14
HSL 260.31º 0.64% 0.61% -
HSV(B) 260.31º 0.58% 0.86% -
XYZ 26.99 18.23 69.81 -
YUV 120.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 136 93 220 0.38 0.58 0 0.14 260.31 0.64 0.61
Hex 88 5D DC 26 3A 0 E 104 40 3D
Octal 210 135 334 46 72 0 16 404 100 75
Binary 10001000 1011101 11011100 100110 111010 0 1110 100000100 1000000 111101

Color Harmonies of #885DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DDC

Black with #885DDC

Text Example


Text Example

White with #885DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,220); }

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

background-color css

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

 a { background-color: rgb(136,93,220); }

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

border-color css

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

 span { border-color: rgb(136,93,220); }

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