Html Css Color HEX #9C6FAC Ce Soir

📋 copy color: '#9C6FAC'

red 156 ◦ green 111 ◦ blue 172

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

Shades of Ce Soir #9C6FAC

Tints of Ce Soir #9C6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 35.54%
G = 25.28%
B = 39.18%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C6FAC (or 0x9C6FAC) is known color: Ce Soir. HEX triplet: 9C, 6F and AC. RGB value is (156,111,172). Sum of RGB (Red+Green+Blue) = 156+111+172=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6FAC is #639053. Grayscale: #838383. Windows color (decimal): -6525012 or 11300764. OLE color: 11300764.

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

Color convert

RGB 156 111 172 -
CMYK 0.09 0.35 0 0.33
HSL 284.26º 0.27% 0.55% -
HSV(B) 284.26º 0.35% 0.67% -
XYZ 26.84 21.42 41.75 -
YUV 131.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 156 111 172 0.09 0.35 0 0.33 284.26 0.27 0.55
Hex 9C 6F AC 9 23 0 21 11C 1B 37
Octal 234 157 254 11 43 0 41 434 33 67
Binary 10011100 1101111 10101100 1001 100011 0 100001 100011100 11011 110111

Color Harmonies of #9C6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FAC

Black with #9C6FAC

Text Example


Text Example

White with #9C6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,111,172); }

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

background-color css

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

 a { background-color: rgb(156,111,172); }

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

border-color css

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

 span { border-color: rgb(156,111,172); }

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