Html Css Color HEX #997AAA Ce Soir

📋 copy color: '#997AAA'

red 153 ◦ green 122 ◦ blue 170

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

Shades of Ce Soir #997AAA

Tints of Ce Soir #997AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 34.38%
G = 27.42%
B = 38.2%

CMYK

 C value IS 0.1

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#997AAA (or 0x997AAA) is known color: Ce Soir. HEX triplet: 99, 7A and AA. RGB value is (153,122,170). Sum of RGB (Red+Green+Blue) = 153+122+170=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #997AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997AAA is #668555. Grayscale: #888888. Windows color (decimal): -6718806 or 11172505. OLE color: 11172505.

HSL color Cylindrical-coordinate representation of color #997AAA: hue angle of 278.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #997AAA is Cyan = 0.1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 122 170 -
CMYK 0.1 0.28 0 0.33
HSL 278.75º 0.22% 0.57% -
HSV(B) 278.75º 0.28% 0.67% -
XYZ 27.35 23.59 41.14 -
YUV 136.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 153 122 170 0.1 0.28 0 0.33 278.75 0.22 0.57
Hex 99 7A AA A 1C 0 21 117 16 39
Octal 231 172 252 12 34 0 41 427 26 71
Binary 10011001 1111010 10101010 1010 11100 0 100001 100010111 10110 111001

Color Harmonies of #997AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AAA

Black with #997AAA

Text Example


Text Example

White with #997AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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