Html Css Color HEX #9A6DAC Ce Soir

📋 copy color: '#9A6DAC'

red 154 ◦ green 109 ◦ blue 172

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

Shades of Ce Soir #9A6DAC

Tints of Ce Soir #9A6DAC

RGB

 RED value IS 154 (60.55% from 255) = 35.4%

 GREEN value IS 109 (42.97% from 255) = 25.06%

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

R = 35.4%
G = 25.06%
B = 39.54%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A6DAC (or 0x9A6DAC) is known color: Ce Soir. HEX triplet: 9A, 6D and AC. RGB value is (154,109,172). Sum of RGB (Red+Green+Blue) = 154+109+172=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6DAC is #659253. Grayscale: #818181. Windows color (decimal): -6656596 or 11300250. OLE color: 11300250.

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

Color convert

RGB 154 109 172 -
CMYK 0.10 0.37 0 0.33
HSL 282.86º 0.28% 0.55% -
HSV(B) 282.86º 0.37% 0.67% -
XYZ 26.24 20.79 41.66 -
YUV 129.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 154 109 172 0.10 0.37 0 0.33 282.86 0.28 0.55
Hex 9A 6D AC A 25 0 21 11B 1C 37
Octal 232 155 254 12 45 0 41 433 34 67
Binary 10011010 1101101 10101100 1010 100101 0 100001 100011011 11100 110111

Color Harmonies of #9A6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6DAC

Black with #9A6DAC

Text Example


Text Example

White with #9A6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,109,172); }

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

background-color css

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

 a { background-color: rgb(154,109,172); }

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

border-color css

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

 span { border-color: rgb(154,109,172); }

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