Html Css Color HEX #8750DF Medium Purple

📋 copy color: '#8750DF'

red 135 ◦ green 80 ◦ blue 223

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

Shades of Medium Purple #8750DF

Tints of Medium Purple #8750DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.26%

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 30.82%
G = 18.26%
B = 50.91%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8750DF (or 0x8750DF) is known color: Medium Purple. HEX triplet: 87, 50 and DF. RGB value is (135,80,223). Sum of RGB (Red+Green+Blue) = 135+80+223=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #8750DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8750DF is #78AF20. Grayscale: #707070. Windows color (decimal): -7909153 or 14635143. OLE color: 14635143.

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

Color convert

RGB 135 80 223 -
CMYK 0.39 0.64 0 0.13
HSL 263.08º 0.69% 0.59% -
HSV(B) 263.08º 0.64% 0.87% -
XYZ 26.18 16.22 71.56 -
YUV 112.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 135 80 223 0.39 0.64 0 0.13 263.08 0.69 0.59
Hex 87 50 DF 27 40 0 D 107 45 3B
Octal 207 120 337 47 100 0 15 407 105 73
Binary 10000111 1010000 11011111 100111 1000000 0 1101 100000111 1000101 111011

Color Harmonies of #8750DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8750DF

Black with #8750DF

Text Example


Text Example

White with #8750DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8750DF; }

 p { color: rgb(135,80,223); }

 H1.HeaderClassName
 {
   color: #8750DF;
 }
 .AnyTagClassName
 {
   color: #8750DF;
 }
</style>

background-color css

<style>
 a { background-color: #8750DF; }

 a { background-color: rgb(135,80,223); }

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

border-color css

<style>
 span { border-color: #8750DF; }

 span { border-color: rgb(135,80,223); }

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