#978DC0

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

Shades of Cold Purple #978DC0

Tints of Cold Purple #978DC0

Color information

#978DC0 (or 0x978DC0) is unknown color: approx Cold Purple. HEX triplet: 97, 8D and C0. RGB value is (151,141,192). Sum of RGB (Red+Green+Blue) = 151+141+192=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #978DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DC0 is #68723F. Grayscale: #959595. Windows color (decimal): -6844992 or 12619159. OLE color: 12619159.

HSL color Cylindrical-coordinate representation of color #978DC0: hue angle of 251.76º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #978DC0 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151141192-
CMYK0.210.2700.25
HSL251.76º28.81%65.29%-
HSV(B)251.76º26.56%75.29%-
XYZ31.829.4353.87-
YUV149.8151.81128.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=31.20%
G=29.13%
B=39.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511411920.210.2700.25251.7628.8165.29
Hex978DC0151B019fc1d41
Octal227215300253303137435101
Binary100101111000110111000000101011101101100111111100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,141,192); }

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

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

 a { background-color: rgb(151,141,192); }

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

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

 span { border-color: rgb(151,141,192); }

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