Html Css Color HEX #978DC0 Cold Purple

📋 copy color: '#978DC0'

red 151 ◦ green 141 ◦ blue 192

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

Shades of Cold Purple #978DC0

Tints of Cold Purple #978DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 31.2%
G = 29.13%
B = 39.67%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#978DC0 (or 0x978DC0) is known color: Cold Purple. HEX triplet: 97, 8D and C0. RGB value is (151,141,192). Sum of RGB (Red+Green+Blue) = 151+141+192=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #978DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DC0 is #68723F. Grayscale: #959595. Windows color (decimal): -6844992 or 12619159. OLE color: 12619159.

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

Color convert

RGB 151 141 192 -
CMYK 0.21 0.27 0 0.25
HSL 251.76º 0.29% 0.65% -
HSV(B) 251.76º 0.27% 0.75% -
XYZ 31.8 29.43 53.87 -
YUV 149.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 151 141 192 0.21 0.27 0 0.25 251.76 0.29 0.65
Hex 97 8D C0 15 1B 0 19 FC 1D 41
Octal 227 215 300 25 33 0 31 374 35 101
Binary 10010111 10001101 11000000 10101 11011 0 11001 11111100 11101 1000001

Color Harmonies of #978DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DC0

Black with #978DC0

Text Example


Text Example

White with #978DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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