Html Css Color HEX #9C70A5 Ce Soir

📋 copy color: '#9C70A5'

red 156 ◦ green 112 ◦ blue 165

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

Shades of Ce Soir #9C70A5

Tints of Ce Soir #9C70A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.11%

R = 36.03%
G = 25.87%
B = 38.11%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9C70A5 (or 0x9C70A5) is known color: Ce Soir. HEX triplet: 9C, 70 and A5. RGB value is (156,112,165). Sum of RGB (Red+Green+Blue) = 156+112+165=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 165 - color contains mainly: blue. Hex color #9C70A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C70A5 is #638F5A. Grayscale: #838383. Windows color (decimal): -6524763 or 10842268. OLE color: 10842268.

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

Color convert

RGB 156 112 165 -
CMYK 0.05 0.32 0 0.35
HSL 289.81º 0.23% 0.54% -
HSV(B) 289.81º 0.32% 0.65% -
XYZ 26.3 21.37 38.34 -
YUV 131.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 156 112 165 0.05 0.32 0 0.35 289.81 0.23 0.54
Hex 9C 70 A5 5 20 0 23 122 17 36
Octal 234 160 245 5 40 0 43 442 27 66
Binary 10011100 1110000 10100101 101 100000 0 100011 100100010 10111 110110

Color Harmonies of #9C70A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70A5

Black with #9C70A5

Text Example


Text Example

White with #9C70A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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