Html Css Color HEX #978AAF Cold Purple

📋 copy color: '#978AAF'

red 151 ◦ green 138 ◦ blue 175

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

Shades of Cold Purple #978AAF

Tints of Cold Purple #978AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 32.54%
G = 29.74%
B = 37.72%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#978AAF (or 0x978AAF) is known color: Cold Purple. HEX triplet: 97, 8A and AF. RGB value is (151,138,175). Sum of RGB (Red+Green+Blue) = 151+138+175=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #978AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978AAF is #687550. Grayscale: #919191. Windows color (decimal): -6845777 or 11504279. OLE color: 11504279.

HSL color Cylindrical-coordinate representation of color #978AAF: hue angle of 261.08º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #978AAF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 138 175 -
CMYK 0.14 0.21 0 0.31
HSL 261.08º 0.19% 0.61% -
HSV(B) 261.08º 0.21% 0.69% -
XYZ 29.59 27.85 44.37 -
YUV 146.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 151 138 175 0.14 0.21 0 0.31 261.08 0.19 0.61
Hex 97 8A AF E 15 0 1F 105 13 3D
Octal 227 212 257 16 25 0 37 405 23 75
Binary 10010111 10001010 10101111 1110 10101 0 11111 100000101 10011 111101

Color Harmonies of #978AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978AAF

Black with #978AAF

Text Example


Text Example

White with #978AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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