Html Css Color HEX #978DB9 Cold Purple

📋 copy color: '#978DB9'

red 151 ◦ green 141 ◦ blue 185

#978DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #978DB9

Tints of Cold Purple #978DB9

RGB

 RED value IS 151 (59.38% from 255) = 31.66%

 GREEN value IS 141 (55.47% from 255) = 29.56%

 BLUE value IS 185 (72.66% from 255) = 38.78%

R = 31.66%
G = 29.56%
B = 38.78%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#978DB9 (or 0x978DB9) is known color: Cold Purple. HEX triplet: 97, 8D and B9. RGB value is (151,141,185). Sum of RGB (Red+Green+Blue) = 151+141+185=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #978DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DB9 is #687246. Grayscale: #949494. Windows color (decimal): -6844999 or 12160407. OLE color: 12160407.

HSL color Cylindrical-coordinate representation of color #978DB9: hue angle of 253.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #978DB9 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 141 185 -
CMYK 0.18 0.24 0 0.27
HSL 253.64º 0.24% 0.64% -
HSV(B) 253.64º 0.24% 0.73% -
XYZ 31.04 29.13 49.89 -
YUV 149.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 151 141 185 0.18 0.24 0 0.27 253.64 0.24 0.64
Hex 97 8D B9 12 18 0 1B FE 18 40
Octal 227 215 271 22 30 0 33 376 30 100
Binary 10010111 10001101 10111001 10010 11000 0 11011 11111110 11000 1000000

Color Harmonies of #978DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DB9

Black with #978DB9

Text Example


Text Example

White with #978DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #978DB9;
 }
 .AnyTagClassName
 {
   color: #978DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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