Html Css Color HEX #9C7AAB Ce Soir

📋 copy color: '#9C7AAB'

red 156 ◦ green 122 ◦ blue 171

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

Shades of Ce Soir #9C7AAB

Tints of Ce Soir #9C7AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 34.74%
G = 27.17%
B = 38.08%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C7AAB (or 0x9C7AAB) is known color: Ce Soir. HEX triplet: 9C, 7A and AB. RGB value is (156,122,171). Sum of RGB (Red+Green+Blue) = 156+122+171=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7AAB is #638554. Grayscale: #898989. Windows color (decimal): -6522197 or 11238044. OLE color: 11238044.

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

Color convert

RGB 156 122 171 -
CMYK 0.09 0.29 0 0.33
HSL 281.63º 0.23% 0.57% -
HSV(B) 281.63º 0.29% 0.67% -
XYZ 28.02 23.93 41.67 -
YUV 137.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 156 122 171 0.09 0.29 0 0.33 281.63 0.23 0.57
Hex 9C 7A AB 9 1D 0 21 11A 17 39
Octal 234 172 253 11 35 0 41 432 27 71
Binary 10011100 1111010 10101011 1001 11101 0 100001 100011010 10111 111001

Color Harmonies of #9C7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7AAB

Black with #9C7AAB

Text Example


Text Example

White with #9C7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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