Html Css Color HEX #8C78DF Medium Purple

📋 copy color: '#8C78DF'

red 140 ◦ green 120 ◦ blue 223

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

Shades of Medium Purple #8C78DF

Tints of Medium Purple #8C78DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 28.99%
G = 24.84%
B = 46.17%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C78DF (or 0x8C78DF) is known color: Medium Purple. HEX triplet: 8C, 78 and DF. RGB value is (140,120,223). Sum of RGB (Red+Green+Blue) = 140+120+223=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C78DF is #738720. Grayscale: #898989. Windows color (decimal): -7571233 or 14645388. OLE color: 14645388.

HSL color Cylindrical-coordinate representation of color #8C78DF: hue angle of 251.65º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C78DF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 120 223 -
CMYK 0.37 0.46 0 0.13
HSL 251.65º 0.62% 0.67% -
HSV(B) 251.65º 0.46% 0.87% -
XYZ 30.85 24.34 72.88 -
YUV 137.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 140 120 223 0.37 0.46 0 0.13 251.65 0.62 0.67
Hex 8C 78 DF 25 2E 0 D FC 3E 43
Octal 214 170 337 45 56 0 15 374 76 103
Binary 10001100 1111000 11011111 100101 101110 0 1101 11111100 111110 1000011

Color Harmonies of #8C78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C78DF

Black with #8C78DF

Text Example


Text Example

White with #8C78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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