Html Css Color HEX #8A78DC Medium Purple

📋 copy color: '#8A78DC'

red 138 ◦ green 120 ◦ blue 220

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

Shades of Medium Purple #8A78DC

Tints of Medium Purple #8A78DC

RGB

 RED value IS 138 (54.3% from 255) = 28.87%

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

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

R = 28.87%
G = 25.1%
B = 46.03%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A78DC (or 0x8A78DC) is known color: Medium Purple. HEX triplet: 8A, 78 and DC. RGB value is (138,120,220). Sum of RGB (Red+Green+Blue) = 138+120+220=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A78DC is #758723. Grayscale: #888888. Windows color (decimal): -7702308 or 14448778. OLE color: 14448778.

HSL color Cylindrical-coordinate representation of color #8A78DC: hue angle of 250.8º 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 #8A78DC is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 120 220 -
CMYK 0.37 0.45 0 0.14
HSL 250.8º 0.59% 0.67% -
HSV(B) 250.8º 0.45% 0.86% -
XYZ 30.12 24 70.76 -
YUV 136.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 138 120 220 0.37 0.45 0 0.14 250.8 0.59 0.67
Hex 8A 78 DC 25 2D 0 E FB 3B 43
Octal 212 170 334 45 55 0 16 373 73 103
Binary 10001010 1111000 11011100 100101 101101 0 1110 11111011 111011 1000011

Color Harmonies of #8A78DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A78DC

Black with #8A78DC

Text Example


Text Example

White with #8A78DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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