Html Css Color HEX #8C72E5 Medium Purple

📋 copy color: '#8C72E5'

red 140 ◦ green 114 ◦ blue 229

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

Shades of Medium Purple #8C72E5

Tints of Medium Purple #8C72E5

RGB

 RED value IS 140 (55.08% from 255) = 28.99%

 GREEN value IS 114 (44.92% from 255) = 23.6%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 28.99%
G = 23.6%
B = 47.41%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8C72E5 (or 0x8C72E5) is known color: Medium Purple. HEX triplet: 8C, 72 and E5. RGB value is (140,114,229). Sum of RGB (Red+Green+Blue) = 140+114+229=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C72E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C72E5 is #738D1A. Grayscale: #868686. Windows color (decimal): -7572763 or 15037068. OLE color: 15037068.

HSL color Cylindrical-coordinate representation of color #8C72E5: hue angle of 253.57º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C72E5 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 114 229 -
CMYK 0.39 0.50 0 0.10
HSL 253.57º 0.69% 0.67% -
HSV(B) 253.57º 0.5% 0.9% -
XYZ 30.98 23.27 76.99 -
YUV 134.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 140 114 229 0.39 0.50 0 0.10 253.57 0.69 0.67
Hex 8C 72 E5 27 32 0 A FE 45 43
Octal 214 162 345 47 62 0 12 376 105 103
Binary 10001100 1110010 11100101 100111 110010 0 1010 11111110 1000101 1000011

Color Harmonies of #8C72E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C72E5

Black with #8C72E5

Text Example


Text Example

White with #8C72E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C72E5; }

 p { color: rgb(140,114,229); }

 H1.HeaderClassName
 {
   color: #8C72E5;
 }
 .AnyTagClassName
 {
   color: #8C72E5;
 }
</style>

background-color css

<style>
 a { background-color: #8C72E5; }

 a { background-color: rgb(140,114,229); }

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

border-color css

<style>
 span { border-color: #8C72E5; }

 span { border-color: rgb(140,114,229); }

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