Html Css Color HEX #8758DC Medium Purple

📋 copy color: '#8758DC'

red 135 ◦ green 88 ◦ blue 220

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

Shades of Medium Purple #8758DC

Tints of Medium Purple #8758DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 30.47%
G = 19.86%
B = 49.66%

CMYK

 C value IS 0.39

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8758DC (or 0x8758DC) is known color: Medium Purple. HEX triplet: 87, 58 and DC. RGB value is (135,88,220). Sum of RGB (Red+Green+Blue) = 135+88+220=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #8758DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758DC is #78A723. Grayscale: #747474. Windows color (decimal): -7907108 or 14440583. OLE color: 14440583.

HSL color Cylindrical-coordinate representation of color #8758DC: hue angle of 261.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8758DC is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 88 220 -
CMYK 0.39 0.6 0 0.14
HSL 261.36º 0.65% 0.6% -
HSV(B) 261.36º 0.6% 0.86% -
XYZ 26.4 17.3 69.66 -
YUV 117.1 186.07 140.77 -
System Red Green Blue C M Y K H S L
Decimal 135 88 220 0.39 0.6 0 0.14 261.36 0.65 0.6
Hex 87 58 DC 27 3C 0 E 105 41 3C
Octal 207 130 334 47 74 0 16 405 101 74
Binary 10000111 1011000 11011100 100111 111100 0 1110 100000101 1000001 111100

Color Harmonies of #8758DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8758DC

Black with #8758DC

Text Example


Text Example

White with #8758DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8758DC; }

 p { color: rgb(135,88,220); }

 H1.HeaderClassName
 {
   color: #8758DC;
 }
 .AnyTagClassName
 {
   color: #8758DC;
 }
</style>

background-color css

<style>
 a { background-color: #8758DC; }

 a { background-color: rgb(135,88,220); }

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

border-color css

<style>
 span { border-color: #8758DC; }

 span { border-color: rgb(135,88,220); }

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