Html Css Color HEX #978ACB Cold Purple

📋 copy color: '#978ACB'

red 151 ◦ green 138 ◦ blue 203

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

Shades of Cold Purple #978ACB

Tints of Cold Purple #978ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 30.69%
G = 28.05%
B = 41.26%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#978ACB (or 0x978ACB) is known color: Cold Purple. HEX triplet: 97, 8A and CB. RGB value is (151,138,203). Sum of RGB (Red+Green+Blue) = 151+138+203=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #978ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ACB is #687534. Grayscale: #959595. Windows color (decimal): -6845749 or 13339287. OLE color: 13339287.

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

Color convert

RGB 151 138 203 -
CMYK 0.26 0.32 0 0.20
HSL 252º 0.38% 0.67% -
HSV(B) 252º 0.32% 0.8% -
XYZ 32.63 29.07 60.39 -
YUV 149.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 151 138 203 0.26 0.32 0 0.20 252 0.38 0.67
Hex 97 8A CB 1A 20 0 14 FC 26 43
Octal 227 212 313 32 40 0 24 374 46 103
Binary 10010111 10001010 11001011 11010 100000 0 10100 11111100 100110 1000011

Color Harmonies of #978ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978ACB

Black with #978ACB

Text Example


Text Example

White with #978ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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