Html Css Color HEX #8C7CDB Medium Purple

📋 copy color: '#8C7CDB'

red 140 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #8C7CDB

Tints of Medium Purple #8C7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.67%

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 28.99%
G = 25.67%
B = 45.34%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C7CDB (or 0x8C7CDB) is known color: Medium Purple. HEX triplet: 8C, 7C and DB. RGB value is (140,124,219). Sum of RGB (Red+Green+Blue) = 140+124+219=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7CDB is #738324. Grayscale: #8B8B8B. Windows color (decimal): -7570213 or 14384268. OLE color: 14384268.

HSL color Cylindrical-coordinate representation of color #8C7CDB: hue angle of 250.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C7CDB is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 124 219 -
CMYK 0.36 0.43 0 0.14
HSL 250.11º 0.57% 0.67% -
HSV(B) 250.11º 0.43% 0.86% -
XYZ 30.81 25.11 70.24 -
YUV 139.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 140 124 219 0.36 0.43 0 0.14 250.11 0.57 0.67
Hex 8C 7C DB 24 2B 0 E FA 39 43
Octal 214 174 333 44 53 0 16 372 71 103
Binary 10001100 1111100 11011011 100100 101011 0 1110 11111010 111001 1000011

Color Harmonies of #8C7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7CDB

Black with #8C7CDB

Text Example


Text Example

White with #8C7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,124,219); }

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

background-color css

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

 a { background-color: rgb(140,124,219); }

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

border-color css

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

 span { border-color: rgb(140,124,219); }

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