Html Css Color HEX #9C78F2 Medium Purple

📋 copy color: '#9C78F2'

red 156 ◦ green 120 ◦ blue 242

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

Shades of Medium Purple #9C78F2

Tints of Medium Purple #9C78F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 30.12%
G = 23.17%
B = 46.72%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C78F2 (or 0x9C78F2) is known color: Medium Purple. HEX triplet: 9C, 78 and F2. RGB value is (156,120,242). Sum of RGB (Red+Green+Blue) = 156+120+242=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #9C78F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C78F2 is #63870D. Grayscale: #909090. Windows color (decimal): -6522638 or 15890588. OLE color: 15890588.

HSL color Cylindrical-coordinate representation of color #9C78F2: hue angle of 257.7º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C78F2 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 120 242 -
CMYK 0.36 0.50 0 0.05
HSL 257.7º 0.82% 0.71% -
HSV(B) 257.7º 0.5% 0.95% -
XYZ 36.45 26.91 87.28 -
YUV 144.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 156 120 242 0.36 0.50 0 0.05 257.7 0.82 0.71
Hex 9C 78 F2 24 32 0 5 102 52 47
Octal 234 170 362 44 62 0 5 402 122 107
Binary 10011100 1111000 11110010 100100 110010 0 101 100000010 1010010 1000111

Color Harmonies of #9C78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C78F2

Black with #9C78F2

Text Example


Text Example

White with #9C78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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