Html Css Color HEX #978CCA Cold Purple

📋 copy color: '#978CCA'

red 151 ◦ green 140 ◦ blue 202

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

Shades of Cold Purple #978CCA

Tints of Cold Purple #978CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 30.63%
G = 28.4%
B = 40.97%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#978CCA (or 0x978CCA) is known color: Cold Purple. HEX triplet: 97, 8C and CA. RGB value is (151,140,202). Sum of RGB (Red+Green+Blue) = 151+140+202=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #978CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CCA is #687335. Grayscale: #969696. Windows color (decimal): -6845238 or 13274263. OLE color: 13274263.

HSL color Cylindrical-coordinate representation of color #978CCA: hue angle of 250.65º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978CCA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 140 202 -
CMYK 0.25 0.31 0 0.21
HSL 250.65º 0.37% 0.67% -
HSV(B) 250.65º 0.31% 0.79% -
XYZ 32.8 29.6 59.86 -
YUV 150.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 151 140 202 0.25 0.31 0 0.21 250.65 0.37 0.67
Hex 97 8C CA 19 1F 0 15 FB 25 43
Octal 227 214 312 31 37 0 25 373 45 103
Binary 10010111 10001100 11001010 11001 11111 0 10101 11111011 100101 1000011

Color Harmonies of #978CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978CCA

Black with #978CCA

Text Example


Text Example

White with #978CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,140,202); }

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

background-color css

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

 a { background-color: rgb(151,140,202); }

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

border-color css

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

 span { border-color: rgb(151,140,202); }

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