Html Css Color HEX #978CB9 Cold Purple

📋 copy color: '#978CB9'

red 151 ◦ green 140 ◦ blue 185

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

Shades of Cold Purple #978CB9

Tints of Cold Purple #978CB9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.41%

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

R = 31.72%
G = 29.41%
B = 38.87%

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

#978CB9 (or 0x978CB9) is known color: Cold Purple. HEX triplet: 97, 8C and B9. RGB value is (151,140,185). Sum of RGB (Red+Green+Blue) = 151+140+185=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #978CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CB9 is #687346. Grayscale: #949494. Windows color (decimal): -6845255 or 12160151. OLE color: 12160151.

HSL color Cylindrical-coordinate representation of color #978CB9: hue angle of 254.67º 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 #978CB9 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 140 185 -
CMYK 0.18 0.24 0 0.27
HSL 254.67º 0.24% 0.64% -
HSV(B) 254.67º 0.24% 0.73% -
XYZ 30.9 28.84 49.84 -
YUV 148.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 151 140 185 0.18 0.24 0 0.27 254.67 0.24 0.64
Hex 97 8C B9 12 18 0 1B FF 18 40
Octal 227 214 271 22 30 0 33 377 30 100
Binary 10010111 10001100 10111001 10010 11000 0 11011 11111111 11000 1000000

Color Harmonies of #978CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CB9

Black with #978CB9

Text Example


Text Example

White with #978CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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