Html Css Color HEX #997AAD Ce Soir

📋 copy color: '#997AAD'

red 153 ◦ green 122 ◦ blue 173

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

Shades of Ce Soir #997AAD

Tints of Ce Soir #997AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 34.15%
G = 27.23%
B = 38.62%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#997AAD (or 0x997AAD) is known color: Ce Soir. HEX triplet: 99, 7A and AD. RGB value is (153,122,173). Sum of RGB (Red+Green+Blue) = 153+122+173=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #997AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997AAD is #668552. Grayscale: #888888. Windows color (decimal): -6718803 or 11369113. OLE color: 11369113.

HSL color Cylindrical-coordinate representation of color #997AAD: hue angle of 276.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #997AAD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 122 173 -
CMYK 0.12 0.29 0 0.32
HSL 276.47º 0.24% 0.58% -
HSV(B) 276.47º 0.29% 0.68% -
XYZ 27.64 23.71 42.65 -
YUV 137.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 153 122 173 0.12 0.29 0 0.32 276.47 0.24 0.58
Hex 99 7A AD C 1D 0 20 114 18 3A
Octal 231 172 255 14 35 0 40 424 30 72
Binary 10011001 1111010 10101101 1100 11101 0 100000 100010100 11000 111010

Color Harmonies of #997AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AAD

Black with #997AAD

Text Example


Text Example

White with #997AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,122,173); }

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

background-color css

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

 a { background-color: rgb(153,122,173); }

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

border-color css

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

 span { border-color: rgb(153,122,173); }

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