#978CBE

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

Shades of Cold Purple #978CBE

Tints of Cold Purple #978CBE

Color information

#978CBE (or 0x978CBE) is unknown color: approx Cold Purple. HEX triplet: 97, 8C and BE. RGB value is (151,140,190). Sum of RGB (Red+Green+Blue) = 151+140+190=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #978CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CBE is #687341. Grayscale: #949494. Windows color (decimal): -6845250 or 12487831. OLE color: 12487831.

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

Color convert

RGB151140190-
CMYK0.210.2600.25
HSL253.2º27.78%64.71%-
HSV(B)253.2º26.32%74.51%-
XYZ31.4329.0552.67-
YUV148.99151.14129.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=31.39%
G=29.11%
B=39.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511401900.210.2600.25253.227.7864.71
Hex978CBE151A019fd1c41
Octal227214276253203137534101
Binary100101111000110010111110101011101001100111111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,140,190); }

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

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

 a { background-color: rgb(151,140,190); }

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

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

 span { border-color: rgb(151,140,190); }

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