Html Css Color HEX #9C70A6 Ce Soir

📋 copy color: '#9C70A6'

red 156 ◦ green 112 ◦ blue 166

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

Shades of Ce Soir #9C70A6

Tints of Ce Soir #9C70A6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 35.94%
G = 25.81%
B = 38.25%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9C70A6 (or 0x9C70A6) is known color: Ce Soir. HEX triplet: 9C, 70 and A6. RGB value is (156,112,166). Sum of RGB (Red+Green+Blue) = 156+112+166=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 166 - color contains mainly: blue. Hex color #9C70A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C70A6 is #638F59. Grayscale: #838383. Windows color (decimal): -6524762 or 10907804. OLE color: 10907804.

HSL color Cylindrical-coordinate representation of color #9C70A6: hue angle of 288.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C70A6 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 112 166 -
CMYK 0.06 0.33 0 0.35
HSL 288.89º 0.23% 0.55% -
HSV(B) 288.89º 0.33% 0.65% -
XYZ 26.39 21.41 38.82 -
YUV 131.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 156 112 166 0.06 0.33 0 0.35 288.89 0.23 0.55
Hex 9C 70 A6 6 21 0 23 121 17 37
Octal 234 160 246 6 41 0 43 441 27 67
Binary 10011100 1110000 10100110 110 100001 0 100011 100100001 10111 110111

Color Harmonies of #9C70A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70A6

Black with #9C70A6

Text Example


Text Example

White with #9C70A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,166); }

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

background-color css

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

 a { background-color: rgb(156,112,166); }

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

border-color css

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

 span { border-color: rgb(156,112,166); }

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