Html Css Color HEX #8752DE Medium Purple

📋 copy color: '#8752DE'

red 135 ◦ green 82 ◦ blue 222

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

Shades of Medium Purple #8752DE

Tints of Medium Purple #8752DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.57%

R = 30.75%
G = 18.68%
B = 50.57%

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

#8752DE (or 0x8752DE) is known color: Medium Purple. HEX triplet: 87, 52 and DE. RGB value is (135,82,222). Sum of RGB (Red+Green+Blue) = 135+82+222=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #8752DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752DE is #78AD21. Grayscale: #717171. Windows color (decimal): -7908642 or 14570119. OLE color: 14570119.

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

Color convert

RGB 135 82 222 -
CMYK 0.39 0.63 0 0.13
HSL 262.71º 0.68% 0.6% -
HSV(B) 262.71º 0.63% 0.87% -
XYZ 26.19 16.46 70.9 -
YUV 113.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 135 82 222 0.39 0.63 0 0.13 262.71 0.68 0.6
Hex 87 52 DE 27 3F 0 D 107 44 3C
Octal 207 122 336 47 77 0 15 407 104 74
Binary 10000111 1010010 11011110 100111 111111 0 1101 100000111 1000100 111100

Color Harmonies of #8752DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752DE

Black with #8752DE

Text Example


Text Example

White with #8752DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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