Html Css Color HEX #9A78DB Medium Purple

📋 copy color: '#9A78DB'

red 154 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #9A78DB

Tints of Medium Purple #9A78DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 31.24%
G = 24.34%
B = 44.42%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A78DB (or 0x9A78DB) is known color: Medium Purple. HEX triplet: 9A, 78 and DB. RGB value is (154,120,219). Sum of RGB (Red+Green+Blue) = 154+120+219=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A78DB is #658724. Grayscale: #8D8D8D. Windows color (decimal): -6653733 or 14383258. OLE color: 14383258.

HSL color Cylindrical-coordinate representation of color #9A78DB: hue angle of 260.61º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A78DB is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 120 219 -
CMYK 0.30 0.45 0 0.14
HSL 260.61º 0.58% 0.66% -
HSV(B) 260.61º 0.45% 0.86% -
XYZ 32.83 25.42 70.19 -
YUV 141.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 154 120 219 0.30 0.45 0 0.14 260.61 0.58 0.66
Hex 9A 78 DB 1E 2D 0 E 105 3A 42
Octal 232 170 333 36 55 0 16 405 72 102
Binary 10011010 1111000 11011011 11110 101101 0 1110 100000101 111010 1000010

Color Harmonies of #9A78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A78DB

Black with #9A78DB

Text Example


Text Example

White with #9A78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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