Html Css Color HEX #9A6FAC Ce Soir

📋 copy color: '#9A6FAC'

red 154 ◦ green 111 ◦ blue 172

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

Shades of Ce Soir #9A6FAC

Tints of Ce Soir #9A6FAC

RGB

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

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

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

R = 35.24%
G = 25.4%
B = 39.36%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A6FAC (or 0x9A6FAC) is known color: Ce Soir. HEX triplet: 9A, 6F and AC. RGB value is (154,111,172). Sum of RGB (Red+Green+Blue) = 154+111+172=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6FAC is #659053. Grayscale: #828282. Windows color (decimal): -6656084 or 11300762. OLE color: 11300762.

HSL color Cylindrical-coordinate representation of color #9A6FAC: hue angle of 282.3º 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 #9A6FAC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 111 172 -
CMYK 0.10 0.35 0 0.33
HSL 282.3º 0.27% 0.55% -
HSV(B) 282.3º 0.35% 0.67% -
XYZ 26.46 21.22 41.73 -
YUV 130.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 154 111 172 0.10 0.35 0 0.33 282.3 0.27 0.55
Hex 9A 6F AC A 23 0 21 11A 1B 37
Octal 232 157 254 12 43 0 41 432 33 67
Binary 10011010 1101111 10101100 1010 100011 0 100001 100011010 11011 110111

Color Harmonies of #9A6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6FAC

Black with #9A6FAC

Text Example


Text Example

White with #9A6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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