Html Css Color HEX #9A78DC Medium Purple

📋 copy color: '#9A78DC'

red 154 ◦ green 120 ◦ blue 220

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

Shades of Medium Purple #9A78DC

Tints of Medium Purple #9A78DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 31.17%
G = 24.29%
B = 44.53%

CMYK

 C value IS 0.3

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A78DC (or 0x9A78DC) is known color: Medium Purple. HEX triplet: 9A, 78 and DC. RGB value is (154,120,220). Sum of RGB (Red+Green+Blue) = 154+120+220=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A78DC is #658723. Grayscale: #8D8D8D. Windows color (decimal): -6653732 or 14448794. OLE color: 14448794.

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

Color convert

RGB 154 120 220 -
CMYK 0.3 0.45 0 0.14
HSL 260.4º 0.59% 0.67% -
HSV(B) 260.4º 0.45% 0.86% -
XYZ 32.96 25.47 70.89 -
YUV 141.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 154 120 220 0.3 0.45 0 0.14 260.4 0.59 0.67
Hex 9A 78 DC 1E 2D 0 E 104 3B 43
Octal 232 170 334 36 55 0 16 404 73 103
Binary 10011010 1111000 11011100 11110 101101 0 1110 100000100 111011 1000011

Color Harmonies of #9A78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A78DC

Black with #9A78DC

Text Example


Text Example

White with #9A78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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