Html Css Color HEX #9A76AC Ce Soir

📋 copy color: '#9A76AC'

red 154 ◦ green 118 ◦ blue 172

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

Shades of Ce Soir #9A76AC

Tints of Ce Soir #9A76AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 34.68%
G = 26.58%
B = 38.74%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A76AC (or 0x9A76AC) is known color: Ce Soir. HEX triplet: 9A, 76 and AC. RGB value is (154,118,172). Sum of RGB (Red+Green+Blue) = 154+118+172=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A76AC is #658953. Grayscale: #868686. Windows color (decimal): -6654292 or 11302554. OLE color: 11302554.

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

Color convert

RGB 154 118 172 -
CMYK 0.10 0.31 0 0.33
HSL 280º 0.25% 0.57% -
HSV(B) 280º 0.31% 0.67% -
XYZ 27.25 22.81 42 -
YUV 134.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 154 118 172 0.10 0.31 0 0.33 280 0.25 0.57
Hex 9A 76 AC A 1F 0 21 118 19 39
Octal 232 166 254 12 37 0 41 430 31 71
Binary 10011010 1110110 10101100 1010 11111 0 100001 100011000 11001 111001

Color Harmonies of #9A76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A76AC

Black with #9A76AC

Text Example


Text Example

White with #9A76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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