Html Css Color HEX #8C78DB Medium Purple

📋 copy color: '#8C78DB'

red 140 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #8C78DB

Tints of Medium Purple #8C78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.05%

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

R = 29.23%
G = 25.05%
B = 45.72%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C78DB (or 0x8C78DB) is known color: Medium Purple. HEX triplet: 8C, 78 and DB. RGB value is (140,120,219). Sum of RGB (Red+Green+Blue) = 140+120+219=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78DB is #738724. Grayscale: #888888. Windows color (decimal): -7571237 or 14383244. OLE color: 14383244.

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

Color convert

RGB 140 120 219 -
CMYK 0.36 0.45 0 0.14
HSL 252.12º 0.58% 0.66% -
HSV(B) 252.12º 0.45% 0.86% -
XYZ 30.32 24.12 70.08 -
YUV 137.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 140 120 219 0.36 0.45 0 0.14 252.12 0.58 0.66
Hex 8C 78 DB 24 2D 0 E FC 3A 42
Octal 214 170 333 44 55 0 16 374 72 102
Binary 10001100 1111000 11011011 100100 101101 0 1110 11111100 111010 1000010

Color Harmonies of #8C78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C78DB

Black with #8C78DB

Text Example


Text Example

White with #8C78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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