Html Css Color HEX #978ACA Cold Purple

📋 copy color: '#978ACA'

red 151 ◦ green 138 ◦ blue 202

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

Shades of Cold Purple #978ACA

Tints of Cold Purple #978ACA

RGB

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

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

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

R = 30.75%
G = 28.11%
B = 41.14%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#978ACA (or 0x978ACA) is known color: Cold Purple. HEX triplet: 97, 8A and CA. RGB value is (151,138,202). Sum of RGB (Red+Green+Blue) = 151+138+202=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #978ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ACA is #687535. Grayscale: #949494. Windows color (decimal): -6845750 or 13273751. OLE color: 13273751.

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

Color convert

RGB 151 138 202 -
CMYK 0.25 0.32 0 0.21
HSL 252.19º 0.38% 0.67% -
HSV(B) 252.19º 0.32% 0.79% -
XYZ 32.51 29.02 59.77 -
YUV 149.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 151 138 202 0.25 0.32 0 0.21 252.19 0.38 0.67
Hex 97 8A CA 19 20 0 15 FC 26 43
Octal 227 212 312 31 40 0 25 374 46 103
Binary 10010111 10001010 11001010 11001 100000 0 10101 11111100 100110 1000011

Color Harmonies of #978ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ACA

Black with #978ACA

Text Example


Text Example

White with #978ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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