Html Css Color HEX #8875DC Medium Purple

📋 copy color: '#8875DC'

red 136 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #8875DC

Tints of Medium Purple #8875DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.74%

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

R = 28.75%
G = 24.74%
B = 46.51%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8875DC (or 0x8875DC) is known color: Medium Purple. HEX triplet: 88, 75 and DC. RGB value is (136,117,220). Sum of RGB (Red+Green+Blue) = 136+117+220=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #8875DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875DC is #778A23. Grayscale: #868686. Windows color (decimal): -7834148 or 14448008. OLE color: 14448008.

HSL color Cylindrical-coordinate representation of color #8875DC: hue angle of 251.07º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8875DC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 117 220 -
CMYK 0.38 0.47 0 0.14
HSL 251.07º 0.6% 0.66% -
HSV(B) 251.07º 0.47% 0.86% -
XYZ 29.43 23.12 70.62 -
YUV 134.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 136 117 220 0.38 0.47 0 0.14 251.07 0.6 0.66
Hex 88 75 DC 26 2F 0 E FB 3C 42
Octal 210 165 334 46 57 0 16 373 74 102
Binary 10001000 1110101 11011100 100110 101111 0 1110 11111011 111100 1000010

Color Harmonies of #8875DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8875DC

Black with #8875DC

Text Example


Text Example

White with #8875DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8875DC; }

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

 H1.HeaderClassName
 {
   color: #8875DC;
 }
 .AnyTagClassName
 {
   color: #8875DC;
 }
</style>

background-color css

<style>
 a { background-color: #8875DC; }

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

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

border-color css

<style>
 span { border-color: #8875DC; }

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

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