Html Css Color HEX #8752DD Medium Purple

📋 copy color: '#8752DD'

red 135 ◦ green 82 ◦ blue 221

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

Shades of Medium Purple #8752DD

Tints of Medium Purple #8752DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.72%

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

R = 30.82%
G = 18.72%
B = 50.46%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8752DD (or 0x8752DD) is known color: Medium Purple. HEX triplet: 87, 52 and DD. RGB value is (135,82,221). Sum of RGB (Red+Green+Blue) = 135+82+221=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8752DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752DD is #78AD22. Grayscale: #717171. Windows color (decimal): -7908643 or 14504583. OLE color: 14504583.

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

Color convert

RGB 135 82 221 -
CMYK 0.39 0.63 0 0.13
HSL 262.88º 0.67% 0.59% -
HSV(B) 262.88º 0.63% 0.87% -
XYZ 26.06 16.41 70.2 -
YUV 113.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 135 82 221 0.39 0.63 0 0.13 262.88 0.67 0.59
Hex 87 52 DD 27 3F 0 D 107 43 3B
Octal 207 122 335 47 77 0 15 407 103 73
Binary 10000111 1010010 11011101 100111 111111 0 1101 100000111 1000011 111011

Color Harmonies of #8752DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752DD

Black with #8752DD

Text Example


Text Example

White with #8752DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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