Html Css Color HEX #9276AA Ce Soir

📋 copy color: '#9276AA'

red 146 ◦ green 118 ◦ blue 170

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

Shades of Ce Soir #9276AA

Tints of Ce Soir #9276AA

RGB

 RED value IS 146 (57.42% from 255) = 33.64%

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

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 33.64%
G = 27.19%
B = 39.17%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9276AA (or 0x9276AA) is known color: Ce Soir. HEX triplet: 92, 76 and AA. RGB value is (146,118,170). Sum of RGB (Red+Green+Blue) = 146+118+170=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #9276AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9276AA is #6D8955. Grayscale: #848484. Windows color (decimal): -7178582 or 11171474. OLE color: 11171474.

HSL color Cylindrical-coordinate representation of color #9276AA: hue angle of 272.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9276AA is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 118 170 -
CMYK 0.14 0.31 0 0.33
HSL 272.31º 0.23% 0.56% -
HSV(B) 272.31º 0.31% 0.67% -
XYZ 25.59 21.97 40.92 -
YUV 132.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 146 118 170 0.14 0.31 0 0.33 272.31 0.23 0.56
Hex 92 76 AA E 1F 0 21 110 17 38
Octal 222 166 252 16 37 0 41 420 27 70
Binary 10010010 1110110 10101010 1110 11111 0 100001 100010000 10111 111000

Color Harmonies of #9276AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276AA

Black with #9276AA

Text Example


Text Example

White with #9276AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9276AA; }

 p { color: rgb(146,118,170); }

 H1.HeaderClassName
 {
   color: #9276AA;
 }
 .AnyTagClassName
 {
   color: #9276AA;
 }
</style>

background-color css

<style>
 a { background-color: #9276AA; }

 a { background-color: rgb(146,118,170); }

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

border-color css

<style>
 span { border-color: #9276AA; }

 span { border-color: rgb(146,118,170); }

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