Html Css Color HEX #9271AA Ce Soir

📋 copy color: '#9271AA'

red 146 ◦ green 113 ◦ blue 170

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

Shades of Ce Soir #9271AA

Tints of Ce Soir #9271AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

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

R = 34.03%
G = 26.34%
B = 39.63%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9271AA (or 0x9271AA) is known color: Ce Soir. HEX triplet: 92, 71 and AA. RGB value is (146,113,170). Sum of RGB (Red+Green+Blue) = 146+113+170=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #9271AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9271AA is #6D8E55. Grayscale: #818181. Windows color (decimal): -7179862 or 11170194. OLE color: 11170194.

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

Color convert

RGB 146 113 170 -
CMYK 0.14 0.34 0 0.33
HSL 274.74º 0.25% 0.55% -
HSV(B) 274.74º 0.34% 0.67% -
XYZ 25.01 20.82 40.73 -
YUV 129.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 146 113 170 0.14 0.34 0 0.33 274.74 0.25 0.55
Hex 92 71 AA E 22 0 21 113 19 37
Octal 222 161 252 16 42 0 41 423 31 67
Binary 10010010 1110001 10101010 1110 100010 0 100001 100010011 11001 110111

Color Harmonies of #9271AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9271AA

Black with #9271AA

Text Example


Text Example

White with #9271AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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