Html Css Color HEX #8860E4 Medium Purple

📋 copy color: '#8860E4'

red 136 ◦ green 96 ◦ blue 228

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

Shades of Medium Purple #8860E4

Tints of Medium Purple #8860E4

RGB

 RED value IS 136 (53.52% from 255) = 29.57%

 GREEN value IS 96 (37.89% from 255) = 20.87%

 BLUE value IS 228 (89.45% from 255) = 49.57%

R = 29.57%
G = 20.87%
B = 49.57%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8860E4 (or 0x8860E4) is known color: Medium Purple. HEX triplet: 88, 60 and E4. RGB value is (136,96,228). Sum of RGB (Red+Green+Blue) = 136+96+228=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #8860E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860E4 is #779F1B. Grayscale: #7A7A7A. Windows color (decimal): -7839516 or 14966920. OLE color: 14966920.

HSL color Cylindrical-coordinate representation of color #8860E4: hue angle of 258.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8860E4 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 136 96 228 -
CMYK 0.40 0.58 0 0.11
HSL 258.18º 0.71% 0.64% -
HSV(B) 258.18º 0.58% 0.89% -
XYZ 28.34 19.2 75.61 -
YUV 123.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 136 96 228 0.40 0.58 0 0.11 258.18 0.71 0.64
Hex 88 60 E4 28 3A 0 B 102 47 40
Octal 210 140 344 50 72 0 13 402 107 100
Binary 10001000 1100000 11100100 101000 111010 0 1011 100000010 1000111 1000000

Color Harmonies of #8860E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8860E4

Black with #8860E4

Text Example


Text Example

White with #8860E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8860E4; }

 p { color: rgb(136,96,228); }

 H1.HeaderClassName
 {
   color: #8860E4;
 }
 .AnyTagClassName
 {
   color: #8860E4;
 }
</style>

background-color css

<style>
 a { background-color: #8860E4; }

 a { background-color: rgb(136,96,228); }

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

border-color css

<style>
 span { border-color: #8860E4; }

 span { border-color: rgb(136,96,228); }

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