Html Css Color HEX #978BC3 Cold Purple

📋 copy color: '#978BC3'

red 151 ◦ green 139 ◦ blue 195

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

Shades of Cold Purple #978BC3

Tints of Cold Purple #978BC3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.66%

 BLUE value IS 195 (76.56% from 255) = 40.21%

R = 31.13%
G = 28.66%
B = 40.21%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#978BC3 (or 0x978BC3) is known color: Cold Purple. HEX triplet: 97, 8B and C3. RGB value is (151,139,195). Sum of RGB (Red+Green+Blue) = 151+139+195=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #978BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BC3 is #68743C. Grayscale: #949494. Windows color (decimal): -6845501 or 12815255. OLE color: 12815255.

HSL color Cylindrical-coordinate representation of color #978BC3: hue angle of 252.86º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978BC3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 139 195 -
CMYK 0.23 0.29 0 0.24
HSL 252.86º 0.32% 0.65% -
HSV(B) 252.86º 0.29% 0.76% -
XYZ 31.85 28.98 55.55 -
YUV 148.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 151 139 195 0.23 0.29 0 0.24 252.86 0.32 0.65
Hex 97 8B C3 17 1D 0 18 FD 20 41
Octal 227 213 303 27 35 0 30 375 40 101
Binary 10010111 10001011 11000011 10111 11101 0 11000 11111101 100000 1000001

Color Harmonies of #978BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BC3

Black with #978BC3

Text Example


Text Example

White with #978BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,139,195); }

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

background-color css

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

 a { background-color: rgb(151,139,195); }

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

border-color css

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

 span { border-color: rgb(151,139,195); }

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