Html Css Color HEX #8757DD Medium Purple

📋 copy color: '#8757DD'

red 135 ◦ green 87 ◦ blue 221

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

Shades of Medium Purple #8757DD

Tints of Medium Purple #8757DD

RGB

 RED value IS 135 (53.13% from 255) = 30.47%

 GREEN value IS 87 (34.38% from 255) = 19.64%

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

R = 30.47%
G = 19.64%
B = 49.89%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8757DD (or 0x8757DD) is known color: Medium Purple. HEX triplet: 87, 57 and DD. RGB value is (135,87,221). Sum of RGB (Red+Green+Blue) = 135+87+221=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #8757DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8757DD is #78A822. Grayscale: #747474. Windows color (decimal): -7907363 or 14505863. OLE color: 14505863.

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

Color convert

RGB 135 87 221 -
CMYK 0.39 0.61 0 0.13
HSL 261.49º 0.66% 0.6% -
HSV(B) 261.49º 0.61% 0.87% -
XYZ 26.45 17.19 70.33 -
YUV 116.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 135 87 221 0.39 0.61 0 0.13 261.49 0.66 0.6
Hex 87 57 DD 27 3D 0 D 105 42 3C
Octal 207 127 335 47 75 0 15 405 102 74
Binary 10000111 1010111 11011101 100111 111101 0 1101 100000101 1000010 111100

Color Harmonies of #8757DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8757DD

Black with #8757DD

Text Example


Text Example

White with #8757DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,87,221); }

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

background-color css

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

 a { background-color: rgb(135,87,221); }

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

border-color css

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

 span { border-color: rgb(135,87,221); }

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