Html Css Color HEX #9078EC Medium Purple

📋 copy color: '#9078EC'

red 144 ◦ green 120 ◦ blue 236

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

Shades of Medium Purple #9078EC

Tints of Medium Purple #9078EC

RGB

 RED value IS 144 (56.64% from 255) = 28.8%

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 28.8%
G = 24%
B = 47.2%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9078EC (or 0x9078EC) is known color: Medium Purple. HEX triplet: 90, 78 and EC. RGB value is (144,120,236). Sum of RGB (Red+Green+Blue) = 144+120+236=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #9078EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9078EC is #6F8713. Grayscale: #8B8B8B. Windows color (decimal): -7309076 or 15497360. OLE color: 15497360.

HSL color Cylindrical-coordinate representation of color #9078EC: hue angle of 252.41º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9078EC is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 120 236 -
CMYK 0.39 0.49 0 0.07
HSL 252.41º 0.75% 0.7% -
HSV(B) 252.41º 0.49% 0.93% -
XYZ 33.36 25.42 82.5 -
YUV 140.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 144 120 236 0.39 0.49 0 0.07 252.41 0.75 0.7
Hex 90 78 EC 27 31 0 7 FC 4B 46
Octal 220 170 354 47 61 0 7 374 113 106
Binary 10010000 1111000 11101100 100111 110001 0 111 11111100 1001011 1000110

Color Harmonies of #9078EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9078EC

Black with #9078EC

Text Example


Text Example

White with #9078EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9078EC; }

 p { color: rgb(144,120,236); }

 H1.HeaderClassName
 {
   color: #9078EC;
 }
 .AnyTagClassName
 {
   color: #9078EC;
 }
</style>

background-color css

<style>
 a { background-color: #9078EC; }

 a { background-color: rgb(144,120,236); }

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

border-color css

<style>
 span { border-color: #9078EC; }

 span { border-color: rgb(144,120,236); }

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