Html Css Color HEX #9C78D1 Medium Purple

📋 copy color: '#9C78D1'

red 156 ◦ green 120 ◦ blue 209

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

Shades of Medium Purple #9C78D1

Tints of Medium Purple #9C78D1

RGB

 RED value IS 156 (61.33% from 255) = 32.16%

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 32.16%
G = 24.74%
B = 43.09%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C78D1 (or 0x9C78D1) is known color: Medium Purple. HEX triplet: 9C, 78 and D1. RGB value is (156,120,209). Sum of RGB (Red+Green+Blue) = 156+120+209=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #9C78D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C78D1 is #63872E. Grayscale: #8C8C8C. Windows color (decimal): -6522671 or 13727900. OLE color: 13727900.

HSL color Cylindrical-coordinate representation of color #9C78D1: hue angle of 264.27º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C78D1 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 156 120 209 -
CMYK 0.25 0.43 0 0.18
HSL 264.27º 0.49% 0.65% -
HSV(B) 264.27º 0.43% 0.82% -
XYZ 31.94 25.1 63.48 -
YUV 140.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 156 120 209 0.25 0.43 0 0.18 264.27 0.49 0.65
Hex 9C 78 D1 19 2B 0 12 108 31 41
Octal 234 170 321 31 53 0 22 410 61 101
Binary 10011100 1111000 11010001 11001 101011 0 10010 100001000 110001 1000001

Color Harmonies of #9C78D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C78D1

Black with #9C78D1

Text Example


Text Example

White with #9C78D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C78D1; }

 p { color: rgb(156,120,209); }

 H1.HeaderClassName
 {
   color: #9C78D1;
 }
 .AnyTagClassName
 {
   color: #9C78D1;
 }
</style>

background-color css

<style>
 a { background-color: #9C78D1; }

 a { background-color: rgb(156,120,209); }

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

border-color css

<style>
 span { border-color: #9C78D1; }

 span { border-color: rgb(156,120,209); }

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