#978AEB

Color #978AEB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #978AEB

Tints of Medium Purple #978AEB

Color information

#978AEB (or 0x978AEB) is unknown color: approx Medium Purple. HEX triplet: 97, 8A and EB. RGB value is (151,138,235). Sum of RGB (Red+Green+Blue) = 151+138+235=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #978AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AEB is #687514. Grayscale: #989898. Windows color (decimal): -6845717 or 15436439. OLE color: 15436439.

HSL color Cylindrical-coordinate representation of color #978AEB: hue angle of 248.04º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978AEB is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151138235-
CMYK0.360.4100.08
HSL248.04º70.8%73.14%-
HSV(B)248.04º41.28%92.16%-
XYZ36.8530.7582.59-
YUV152.94174.31126.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 235 (92.19% from 255) = 44.85%
R=28.82%
G=26.34%
B=44.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511382350.360.4100.08248.0470.873.14
Hex978AEB242908f84749
Octal2272123534451010370107111
Binary100101111000101011101011100100101001010001111100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978AEB; }

 p { color: rgb(151,138,235); }

 H1.HeaderClassName
 {
   color: #978AEB;
 }
 .AnyTagClassName
 {
   color: #978AEB;
 }
</style>
background-color css

<style>
 a { background-color: #978AEB; }

 a { background-color: rgb(151,138,235); }

 div.DivClassName
 {
   background-color: #978AEB;
 }
 .BgClassName
 {
   background-color: #978AEB;
 }
</style>
border-color css

<style>
 span { border-color: #978AEB; }

 span { border-color: rgb(151,138,235); }

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