Html Css Color HEX #887BDD Medium Purple

📋 copy color: '#887BDD'

red 136 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #887BDD

Tints of Medium Purple #887BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

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

R = 28.33%
G = 25.63%
B = 46.04%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#887BDD (or 0x887BDD) is known color: Medium Purple. HEX triplet: 88, 7B and DD. RGB value is (136,123,221). Sum of RGB (Red+Green+Blue) = 136+123+221=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #887BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BDD is #778422. Grayscale: #898989. Windows color (decimal): -7832611 or 14515080. OLE color: 14515080.

HSL color Cylindrical-coordinate representation of color #887BDD: hue angle of 247.96º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #887BDD is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 123 221 -
CMYK 0.38 0.44 0 0.13
HSL 247.96º 0.59% 0.67% -
HSV(B) 247.96º 0.44% 0.87% -
XYZ 30.29 24.62 71.56 -
YUV 138.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 136 123 221 0.38 0.44 0 0.13 247.96 0.59 0.67
Hex 88 7B DD 26 2C 0 D F8 3B 43
Octal 210 173 335 46 54 0 15 370 73 103
Binary 10001000 1111011 11011101 100110 101100 0 1101 11111000 111011 1000011

Color Harmonies of #887BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887BDD

Black with #887BDD

Text Example


Text Example

White with #887BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887BDD; }

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

 H1.HeaderClassName
 {
   color: #887BDD;
 }
 .AnyTagClassName
 {
   color: #887BDD;
 }
</style>

background-color css

<style>
 a { background-color: #887BDD; }

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

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

border-color css

<style>
 span { border-color: #887BDD; }

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

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