Html Css Color HEX #9C6AAE Ce Soir

📋 copy color: '#9C6AAE'

red 156 ◦ green 106 ◦ blue 174

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

Shades of Ce Soir #9C6AAE

Tints of Ce Soir #9C6AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.31%

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 35.78%
G = 24.31%
B = 39.91%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C6AAE (or 0x9C6AAE) is known color: Ce Soir. HEX triplet: 9C, 6A and AE. RGB value is (156,106,174). Sum of RGB (Red+Green+Blue) = 156+106+174=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6AAE is #639551. Grayscale: #808080. Windows color (decimal): -6526290 or 11430556. OLE color: 11430556.

HSL color Cylindrical-coordinate representation of color #9C6AAE: hue angle of 284.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C6AAE is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 106 174 -
CMYK 0.10 0.39 0 0.32
HSL 284.12º 0.3% 0.55% -
HSV(B) 284.12º 0.39% 0.68% -
XYZ 26.5 20.43 42.59 -
YUV 128.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 156 106 174 0.10 0.39 0 0.32 284.12 0.3 0.55
Hex 9C 6A AE A 27 0 20 11C 1E 37
Octal 234 152 256 12 47 0 40 434 36 67
Binary 10011100 1101010 10101110 1010 100111 0 100000 100011100 11110 110111

Color Harmonies of #9C6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6AAE

Black with #9C6AAE

Text Example


Text Example

White with #9C6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,174); }

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

background-color css

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

 a { background-color: rgb(156,106,174); }

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

border-color css

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

 span { border-color: rgb(156,106,174); }

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