Html Css Color HEX #9C7AAA Ce Soir

📋 copy color: '#9C7AAA'

red 156 ◦ green 122 ◦ blue 170

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

Shades of Ce Soir #9C7AAA

Tints of Ce Soir #9C7AAA

RGB

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

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

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

R = 34.82%
G = 27.23%
B = 37.95%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C7AAA (or 0x9C7AAA) is known color: Ce Soir. HEX triplet: 9C, 7A and AA. RGB value is (156,122,170). Sum of RGB (Red+Green+Blue) = 156+122+170=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7AAA is #638555. Grayscale: #898989. Windows color (decimal): -6522198 or 11172508. OLE color: 11172508.

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

Color convert

RGB 156 122 170 -
CMYK 0.08 0.28 0 0.33
HSL 282.5º 0.22% 0.57% -
HSV(B) 282.5º 0.28% 0.67% -
XYZ 27.93 23.89 41.17 -
YUV 137.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 156 122 170 0.08 0.28 0 0.33 282.5 0.22 0.57
Hex 9C 7A AA 8 1C 0 21 11A 16 39
Octal 234 172 252 10 34 0 41 432 26 71
Binary 10011100 1111010 10101010 1000 11100 0 100001 100011010 10110 111001

Color Harmonies of #9C7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7AAA

Black with #9C7AAA

Text Example


Text Example

White with #9C7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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