Html Css Color HEX #8855DD Medium Purple

📋 copy color: '#8855DD'

red 136 ◦ green 85 ◦ blue 221

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

Shades of Medium Purple #8855DD

Tints of Medium Purple #8855DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 30.77%
G = 19.23%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8855DD (or 0x8855DD) is known color: Medium Purple. HEX triplet: 88, 55 and DD. RGB value is (136,85,221). Sum of RGB (Red+Green+Blue) = 136+85+221=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #8855DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855DD is #77AA22. Grayscale: #737373. Windows color (decimal): -7842339 or 14505352. OLE color: 14505352.

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

Color convert

RGB 136 85 221 -
CMYK 0.38 0.62 0 0.13
HSL 262.5º 0.67% 0.6% -
HSV(B) 262.5º 0.62% 0.87% -
XYZ 26.45 16.95 70.28 -
YUV 115.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 136 85 221 0.38 0.62 0 0.13 262.5 0.67 0.6
Hex 88 55 DD 26 3E 0 D 106 43 3C
Octal 210 125 335 46 76 0 15 406 103 74
Binary 10001000 1010101 11011101 100110 111110 0 1101 100000110 1000011 111100

Color Harmonies of #8855DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8855DD

Black with #8855DD

Text Example


Text Example

White with #8855DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8855DD; }

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

 H1.HeaderClassName
 {
   color: #8855DD;
 }
 .AnyTagClassName
 {
   color: #8855DD;
 }
</style>

background-color css

<style>
 a { background-color: #8855DD; }

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

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

border-color css

<style>
 span { border-color: #8855DD; }

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

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