Html Css Color HEX #978DAC Cold Purple

📋 copy color: '#978DAC'

red 151 ◦ green 141 ◦ blue 172

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

Shades of Cold Purple #978DAC

Tints of Cold Purple #978DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 32.54%
G = 30.39%
B = 37.07%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#978DAC (or 0x978DAC) is known color: Cold Purple. HEX triplet: 97, 8D and AC. RGB value is (151,141,172). Sum of RGB (Red+Green+Blue) = 151+141+172=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #978DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978DAC is #687253. Grayscale: #939393. Windows color (decimal): -6845012 or 11308439. OLE color: 11308439.

HSL color Cylindrical-coordinate representation of color #978DAC: hue angle of 259.35º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #978DAC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 141 172 -
CMYK 0.12 0.18 0 0.33
HSL 259.35º 0.16% 0.61% -
HSV(B) 259.35º 0.18% 0.67% -
XYZ 29.73 28.61 42.98 -
YUV 147.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 151 141 172 0.12 0.18 0 0.33 259.35 0.16 0.61
Hex 97 8D AC C 12 0 21 103 10 3D
Octal 227 215 254 14 22 0 41 403 20 75
Binary 10010111 10001101 10101100 1100 10010 0 100001 100000011 10000 111101

Color Harmonies of #978DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DAC

Black with #978DAC

Text Example


Text Example

White with #978DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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