#978ACD

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

Shades of Cold Purple #978ACD

Tints of Cold Purple #978ACD

Color information

#978ACD (or 0x978ACD) is unknown color: approx Cold Purple. HEX triplet: 97, 8A and CD. RGB value is (151,138,205). Sum of RGB (Red+Green+Blue) = 151+138+205=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #978ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ACD is #687532. Grayscale: #959595. Windows color (decimal): -6845747 or 13470359. OLE color: 13470359.

HSL color Cylindrical-coordinate representation of color #978ACD: hue angle of 251.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978ACD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151138205-
CMYK0.260.3300.20
HSL251.64º40.12%67.25%-
HSV(B)251.64º32.68%80.39%-
XYZ32.8729.1661.65-
YUV149.52159.31129.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=30.57%
G=27.94%
B=41.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511382050.260.3300.20251.6440.1267.25
Hex978ACD1A21014fc2843
Octal227212315324102437450103
Binary10010111100010101100110111010100001010100111111001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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