Html Css Color HEX #9F78EF Medium Purple

📋 copy color: '#9F78EF'

red 159 ◦ green 120 ◦ blue 239

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

Shades of Medium Purple #9F78EF

Tints of Medium Purple #9F78EF

RGB

 RED value IS 159 (62.5% from 255) = 30.69%

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 30.69%
G = 23.17%
B = 46.14%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F78EF (or 0x9F78EF) is known color: Medium Purple. HEX triplet: 9F, 78 and EF. RGB value is (159,120,239). Sum of RGB (Red+Green+Blue) = 159+120+239=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F78EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F78EF is #608710. Grayscale: #909090. Windows color (decimal): -6326033 or 15693983. OLE color: 15693983.

HSL color Cylindrical-coordinate representation of color #9F78EF: hue angle of 259.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F78EF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 120 239 -
CMYK 0.33 0.50 0 0.06
HSL 259.66º 0.79% 0.7% -
HSV(B) 259.66º 0.5% 0.94% -
XYZ 36.59 27.04 84.95 -
YUV 145.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 159 120 239 0.33 0.50 0 0.06 259.66 0.79 0.7
Hex 9F 78 EF 21 32 0 6 104 4F 46
Octal 237 170 357 41 62 0 6 404 117 106
Binary 10011111 1111000 11101111 100001 110010 0 110 100000100 1001111 1000110

Color Harmonies of #9F78EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F78EF

Black with #9F78EF

Text Example


Text Example

White with #9F78EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,120,239); }

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

background-color css

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

 a { background-color: rgb(159,120,239); }

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

border-color css

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

 span { border-color: rgb(159,120,239); }

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