Html Css Color HEX #9C7DAA Ce Soir

📋 copy color: '#9C7DAA'

red 156 ◦ green 125 ◦ blue 170

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

Shades of Ce Soir #9C7DAA

Tints of Ce Soir #9C7DAA

RGB

 RED value IS 156 (61.33% from 255) = 34.59%

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

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

R = 34.59%
G = 27.72%
B = 37.69%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C7DAA (or 0x9C7DAA) is known color: Ce Soir. HEX triplet: 9C, 7D and AA. RGB value is (156,125,170). Sum of RGB (Red+Green+Blue) = 156+125+170=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C7DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7DAA is #638255. Grayscale: #8B8B8B. Windows color (decimal): -6521430 or 11173276. OLE color: 11173276.

HSL color Cylindrical-coordinate representation of color #9C7DAA: hue angle of 281.33º 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 #9C7DAA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 125 170 -
CMYK 0.08 0.26 0 0.33
HSL 281.33º 0.21% 0.58% -
HSV(B) 281.33º 0.26% 0.67% -
XYZ 28.3 24.64 41.29 -
YUV 139.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 156 125 170 0.08 0.26 0 0.33 281.33 0.21 0.58
Hex 9C 7D AA 8 1A 0 21 119 15 3A
Octal 234 175 252 10 32 0 41 431 25 72
Binary 10011100 1111101 10101010 1000 11010 0 100001 100011001 10101 111010

Color Harmonies of #9C7DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7DAA

Black with #9C7DAA

Text Example


Text Example

White with #9C7DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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