#978ACE

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

Shades of Cold Purple #978ACE

Tints of Cold Purple #978ACE

Color information

#978ACE (or 0x978ACE) is unknown color: approx Cold Purple. HEX triplet: 97, 8A and CE. RGB value is (151,138,206). Sum of RGB (Red+Green+Blue) = 151+138+206=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #978ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ACE is #687531. Grayscale: #959595. Windows color (decimal): -6845746 or 13535895. OLE color: 13535895.

HSL color Cylindrical-coordinate representation of color #978ACE: hue angle of 251.47º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978ACE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151138206-
CMYK0.270.3300.19
HSL251.47º40.96%67.45%-
HSV(B)251.47º33.01%80.78%-
XYZ32.9929.2162.29-
YUV149.64159.81128.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=30.51%
G=27.88%
B=41.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511382060.270.3300.19251.4740.9667.45
Hex978ACE1B21013fb2943
Octal227212316334102337351103
Binary10010111100010101100111011011100001010011111110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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