Html Css Color HEX #978AAC Cold Purple

📋 copy color: '#978AAC'

red 151 ◦ green 138 ◦ blue 172

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

Shades of Cold Purple #978AAC

Tints of Cold Purple #978AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 32.75%
G = 29.93%
B = 37.31%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#978AAC (or 0x978AAC) is known color: Cold Purple. HEX triplet: 97, 8A and AC. RGB value is (151,138,172). Sum of RGB (Red+Green+Blue) = 151+138+172=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #978AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AAC is #687553. Grayscale: #919191. Windows color (decimal): -6845780 or 11307671. OLE color: 11307671.

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

Color convert

RGB 151 138 172 -
CMYK 0.12 0.20 0 0.33
HSL 262.94º 0.17% 0.61% -
HSV(B) 262.94º 0.2% 0.67% -
XYZ 29.3 27.73 42.84 -
YUV 145.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 151 138 172 0.12 0.20 0 0.33 262.94 0.17 0.61
Hex 97 8A AC C 14 0 21 107 11 3D
Octal 227 212 254 14 24 0 41 407 21 75
Binary 10010111 10001010 10101100 1100 10100 0 100001 100000111 10001 111101

Color Harmonies of #978AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AAC

Black with #978AAC

Text Example


Text Example

White with #978AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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