Html Css Color HEX #885AD8 Medium Purple

📋 copy color: '#885AD8'

red 136 ◦ green 90 ◦ blue 216

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

Shades of Medium Purple #885AD8

Tints of Medium Purple #885AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.36%

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 30.77%
G = 20.36%
B = 48.87%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#885AD8 (or 0x885AD8) is known color: Medium Purple. HEX triplet: 88, 5A and D8. RGB value is (136,90,216). Sum of RGB (Red+Green+Blue) = 136+90+216=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #885AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AD8 is #77A527. Grayscale: #757575. Windows color (decimal): -7841064 or 14178952. OLE color: 14178952.

HSL color Cylindrical-coordinate representation of color #885AD8: hue angle of 261.9º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885AD8 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 90 216 -
CMYK 0.37 0.58 0 0.15
HSL 261.9º 0.62% 0.6% -
HSV(B) 261.9º 0.58% 0.85% -
XYZ 26.2 17.5 66.96 -
YUV 118.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 136 90 216 0.37 0.58 0 0.15 261.9 0.62 0.6
Hex 88 5A D8 25 3A 0 F 106 3E 3C
Octal 210 132 330 45 72 0 17 406 76 74
Binary 10001000 1011010 11011000 100101 111010 0 1111 100000110 111110 111100

Color Harmonies of #885AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AD8

Black with #885AD8

Text Example


Text Example

White with #885AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,216); }

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

background-color css

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

 a { background-color: rgb(136,90,216); }

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

border-color css

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

 span { border-color: rgb(136,90,216); }

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