Html Css Color HEX #978AAA Cold Purple

📋 copy color: '#978AAA'

red 151 ◦ green 138 ◦ blue 170

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

Shades of Cold Purple #978AAA

Tints of Cold Purple #978AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 32.9%
G = 30.07%
B = 37.04%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#978AAA (or 0x978AAA) is known color: Cold Purple. HEX triplet: 97, 8A and AA. RGB value is (151,138,170). Sum of RGB (Red+Green+Blue) = 151+138+170=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #978AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AAA is #687555. Grayscale: #919191. Windows color (decimal): -6845782 or 11176599. OLE color: 11176599.

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

Color convert

RGB 151 138 170 -
CMYK 0.11 0.19 0 0.33
HSL 264.38º 0.16% 0.6% -
HSV(B) 264.38º 0.19% 0.67% -
XYZ 29.11 27.66 41.83 -
YUV 145.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 151 138 170 0.11 0.19 0 0.33 264.38 0.16 0.6
Hex 97 8A AA B 13 0 21 108 10 3C
Octal 227 212 252 13 23 0 41 410 20 74
Binary 10010111 10001010 10101010 1011 10011 0 100001 100001000 10000 111100

Color Harmonies of #978AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AAA

Black with #978AAA

Text Example


Text Example

White with #978AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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