#8D75DD

Color #8D75DD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8D75DD

Tints of Medium Purple #8D75DD

Color information

#8D75DD (or 0x8D75DD) is unknown color: approx Medium Purple. HEX triplet: 8D, 75 and DD. RGB value is (141,117,221). Sum of RGB (Red+Green+Blue) = 141+117+221=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D75DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D75DD is #728A22. Grayscale: #878787. Windows color (decimal): -7506467 or 14513549. OLE color: 14513549.

HSL color Cylindrical-coordinate representation of color #8D75DD: hue angle of 253.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D75DD is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB141117221-
CMYK0.360.4700.13
HSL253.85º60.47%66.27%-
HSV(B)253.85º47.06%86.67%-
XYZ30.423.6171.36-
YUV136.03175.95131.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=29.44%
G=24.43%
B=46.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411172210.360.4700.13253.8560.4766.27
Hex8D75DD242F0Dfe3c42
Octal215165335445701537674102
Binary1000110111101011101110110010010111101101111111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D75DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D75DD; }

 p { color: rgb(141,117,221); }

 H1.HeaderClassName
 {
   color: #8D75DD;
 }
 .AnyTagClassName
 {
   color: #8D75DD;
 }
</style>
background-color css

<style>
 a { background-color: #8D75DD; }

 a { background-color: rgb(141,117,221); }

 div.DivClassName
 {
   background-color: #8D75DD;
 }
 .BgClassName
 {
   background-color: #8D75DD;
 }
</style>
border-color css

<style>
 span { border-color: #8D75DD; }

 span { border-color: rgb(141,117,221); }

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