#978BC3

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

Shades of Cold Purple #978BC3

Tints of Cold Purple #978BC3

Color information

#978BC3 (or 0x978BC3) is unknown color: approx Cold Purple. HEX triplet: 97, 8B and C3. RGB value is (151,139,195). Sum of RGB (Red+Green+Blue) = 151+139+195=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #978BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BC3 is #68743C. Grayscale: #949494. Windows color (decimal): -6845501 or 12815255. OLE color: 12815255.

HSL color Cylindrical-coordinate representation of color #978BC3: hue angle of 252.86º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978BC3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151139195-
CMYK0.230.2900.24
HSL252.86º31.82%65.49%-
HSV(B)252.86º28.72%76.47%-
XYZ31.8528.9855.55-
YUV148.97153.98129.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.13%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 195 (76.56% from 255) = 40.21%
R=31.13%
G=28.66%
B=40.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511391950.230.2900.24252.8631.8265.49
Hex978BC3171D018fd2041
Octal227213303273503037540101
Binary1001011110001011110000111011111101011000111111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,139,195); }

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

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

 a { background-color: rgb(151,139,195); }

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

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

 span { border-color: rgb(151,139,195); }

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