Html Css Color HEX #997EC2 Cold Purple

📋 copy color: '#997EC2'

red 153 ◦ green 126 ◦ blue 194

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

Shades of Cold Purple #997EC2

Tints of Cold Purple #997EC2

RGB

 RED value IS 153 (60.16% from 255) = 32.35%

 GREEN value IS 126 (49.61% from 255) = 26.64%

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 32.35%
G = 26.64%
B = 41.01%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#997EC2 (or 0x997EC2) is known color: Cold Purple. HEX triplet: 99, 7E and C2. RGB value is (153,126,194). Sum of RGB (Red+Green+Blue) = 153+126+194=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #997EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EC2 is #66813D. Grayscale: #8D8D8D. Windows color (decimal): -6717758 or 12746393. OLE color: 12746393.

HSL color Cylindrical-coordinate representation of color #997EC2: hue angle of 263.82º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997EC2 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 126 194 -
CMYK 0.21 0.35 0 0.24
HSL 263.82º 0.36% 0.63% -
HSV(B) 263.82º 0.35% 0.76% -
XYZ 30.34 25.59 54.38 -
YUV 141.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 153 126 194 0.21 0.35 0 0.24 263.82 0.36 0.63
Hex 99 7E C2 15 23 0 18 108 24 3F
Octal 231 176 302 25 43 0 30 410 44 77
Binary 10011001 1111110 11000010 10101 100011 0 11000 100001000 100100 111111

Color Harmonies of #997EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EC2

Black with #997EC2

Text Example


Text Example

White with #997EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997EC2; }

 p { color: rgb(153,126,194); }

 H1.HeaderClassName
 {
   color: #997EC2;
 }
 .AnyTagClassName
 {
   color: #997EC2;
 }
</style>

background-color css

<style>
 a { background-color: #997EC2; }

 a { background-color: rgb(153,126,194); }

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

border-color css

<style>
 span { border-color: #997EC2; }

 span { border-color: rgb(153,126,194); }

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