#978AEA

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

Shades of Medium Purple #978AEA

Tints of Medium Purple #978AEA

Color information

#978AEA (or 0x978AEA) is unknown color: approx Medium Purple. HEX triplet: 97, 8A and EA. RGB value is (151,138,234). Sum of RGB (Red+Green+Blue) = 151+138+234=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #978AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AEA is #687515. Grayscale: #989898. Windows color (decimal): -6845718 or 15370903. OLE color: 15370903.

HSL color Cylindrical-coordinate representation of color #978AEA: hue angle of 248.12º degrees, saturation: 0.7, 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 #978AEA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151138234-
CMYK0.350.4100.08
HSL248.12º69.57%72.94%-
HSV(B)248.12º41.03%91.76%-
XYZ36.730.781.83-
YUV152.83173.81126.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.87%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=28.87%
G=26.39%
B=44.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511382340.350.4100.08248.1269.5772.94
Hex978AEA232908f84649
Octal2272123524351010370106111
Binary100101111000101011101010100011101001010001111100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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