Html Css Color HEX #997BAD Ce Soir

📋 copy color: '#997BAD'

red 153 ◦ green 123 ◦ blue 173

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

Shades of Ce Soir #997BAD

Tints of Ce Soir #997BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.39%

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

R = 34.08%
G = 27.39%
B = 38.53%

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

#997BAD (or 0x997BAD) is known color: Ce Soir. HEX triplet: 99, 7B and AD. RGB value is (153,123,173). Sum of RGB (Red+Green+Blue) = 153+123+173=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #997BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997BAD is #668452. Grayscale: #898989. Windows color (decimal): -6718547 or 11369369. OLE color: 11369369.

HSL color Cylindrical-coordinate representation of color #997BAD: hue angle of 276º degrees, saturation: 0.23, 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 #997BAD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 123 173 -
CMYK 0.12 0.29 0 0.32
HSL 276º 0.23% 0.58% -
HSV(B) 276º 0.29% 0.68% -
XYZ 27.76 23.96 42.7 -
YUV 137.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 153 123 173 0.12 0.29 0 0.32 276 0.23 0.58
Hex 99 7B AD C 1D 0 20 114 17 3A
Octal 231 173 255 14 35 0 40 424 27 72
Binary 10011001 1111011 10101101 1100 11101 0 100000 100010100 10111 111010

Color Harmonies of #997BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BAD

Black with #997BAD

Text Example


Text Example

White with #997BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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