Html Css Color HEX #9A7DAA Ce Soir

📋 copy color: '#9A7DAA'

red 154 ◦ green 125 ◦ blue 170

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

Shades of Ce Soir #9A7DAA

Tints of Ce Soir #9A7DAA

RGB

 RED value IS 154 (60.55% from 255) = 34.3%

 GREEN value IS 125 (49.22% from 255) = 27.84%

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

R = 34.3%
G = 27.84%
B = 37.86%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A7DAA (or 0x9A7DAA) is known color: Ce Soir. HEX triplet: 9A, 7D and AA. RGB value is (154,125,170). Sum of RGB (Red+Green+Blue) = 154+125+170=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7DAA is #658255. Grayscale: #8A8A8A. Windows color (decimal): -6652502 or 11173274. OLE color: 11173274.

HSL color Cylindrical-coordinate representation of color #9A7DAA: hue angle of 278.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A7DAA is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 125 170 -
CMYK 0.09 0.26 0 0.33
HSL 278.67º 0.21% 0.58% -
HSV(B) 278.67º 0.26% 0.67% -
XYZ 27.92 24.44 41.28 -
YUV 138.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 154 125 170 0.09 0.26 0 0.33 278.67 0.21 0.58
Hex 9A 7D AA 9 1A 0 21 117 15 3A
Octal 232 175 252 11 32 0 41 427 25 72
Binary 10011010 1111101 10101010 1001 11010 0 100001 100010111 10101 111010

Color Harmonies of #9A7DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7DAA

Black with #9A7DAA

Text Example


Text Example

White with #9A7DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7DAA; }

 p { color: rgb(154,125,170); }

 H1.HeaderClassName
 {
   color: #9A7DAA;
 }
 .AnyTagClassName
 {
   color: #9A7DAA;
 }
</style>

background-color css

<style>
 a { background-color: #9A7DAA; }

 a { background-color: rgb(154,125,170); }

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

border-color css

<style>
 span { border-color: #9A7DAA; }

 span { border-color: rgb(154,125,170); }

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