#978ABE

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

Shades of Cold Purple #978ABE

Tints of Cold Purple #978ABE

Color information

#978ABE (or 0x978ABE) is unknown color: approx Cold Purple. HEX triplet: 97, 8A and BE. RGB value is (151,138,190). Sum of RGB (Red+Green+Blue) = 151+138+190=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #978ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ABE is #687541. Grayscale: #939393. Windows color (decimal): -6845762 or 12487319. OLE color: 12487319.

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

Color convert

RGB151138190-
CMYK0.210.2700.25
HSL255º28.57%64.31%-
HSV(B)255º27.37%74.51%-
XYZ31.1528.4752.57-
YUV147.82151.81130.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=31.52%
G=28.81%
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
Decimal1511381900.210.2700.2525528.5764.31
Hex978ABE151B019ff1d40
Octal227212276253303137735100
Binary100101111000101010111110101011101101100111111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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