Html Css Color HEX #9C78D6 Medium Purple

📋 copy color: '#9C78D6'

red 156 ◦ green 120 ◦ blue 214

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

Shades of Medium Purple #9C78D6

Tints of Medium Purple #9C78D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 31.84%
G = 24.49%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C78D6 (or 0x9C78D6) is known color: Medium Purple. HEX triplet: 9C, 78 and D6. RGB value is (156,120,214). Sum of RGB (Red+Green+Blue) = 156+120+214=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C78D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C78D6 is #638729. Grayscale: #8D8D8D. Windows color (decimal): -6522666 or 14055580. OLE color: 14055580.

HSL color Cylindrical-coordinate representation of color #9C78D6: hue angle of 262.98º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C78D6 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 120 214 -
CMYK 0.27 0.44 0 0.16
HSL 262.98º 0.53% 0.65% -
HSV(B) 262.98º 0.44% 0.84% -
XYZ 32.56 25.36 66.8 -
YUV 141.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 156 120 214 0.27 0.44 0 0.16 262.98 0.53 0.65
Hex 9C 78 D6 1B 2C 0 10 107 35 41
Octal 234 170 326 33 54 0 20 407 65 101
Binary 10011100 1111000 11010110 11011 101100 0 10000 100000111 110101 1000001

Color Harmonies of #9C78D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C78D6

Black with #9C78D6

Text Example


Text Example

White with #9C78D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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