Html Css Color HEX #9A78EC Medium Purple

📋 copy color: '#9A78EC'

red 154 ◦ green 120 ◦ blue 236

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

Shades of Medium Purple #9A78EC

Tints of Medium Purple #9A78EC

RGB

 RED value IS 154 (60.55% from 255) = 30.2%

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

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

R = 30.2%
G = 23.53%
B = 46.27%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A78EC (or 0x9A78EC) is known color: Medium Purple. HEX triplet: 9A, 78 and EC. RGB value is (154,120,236). Sum of RGB (Red+Green+Blue) = 154+120+236=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A78EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A78EC is #658713. Grayscale: #8E8E8E. Windows color (decimal): -6653716 or 15497370. OLE color: 15497370.

HSL color Cylindrical-coordinate representation of color #9A78EC: hue angle of 257.59º 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 #9A78EC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 120 236 -
CMYK 0.35 0.49 0 0.07
HSL 257.59º 0.75% 0.7% -
HSV(B) 257.59º 0.49% 0.93% -
XYZ 35.18 26.36 82.59 -
YUV 143.39 180.26 135.57 -
System Red Green Blue C M Y K H S L
Decimal 154 120 236 0.35 0.49 0 0.07 257.59 0.75 0.7
Hex 9A 78 EC 23 31 0 7 102 4B 46
Octal 232 170 354 43 61 0 7 402 113 106
Binary 10011010 1111000 11101100 100011 110001 0 111 100000010 1001011 1000110

Color Harmonies of #9A78EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A78EC

Black with #9A78EC

Text Example


Text Example

White with #9A78EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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