Html Css Color HEX #9163AA Ce Soir

📋 copy color: '#9163AA'

red 145 ◦ green 99 ◦ blue 170

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

Shades of Ce Soir #9163AA

Tints of Ce Soir #9163AA

RGB

 RED value IS 145 (57.03% from 255) = 35.02%

 GREEN value IS 99 (39.06% from 255) = 23.91%

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

R = 35.02%
G = 23.91%
B = 41.06%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9163AA (or 0x9163AA) is known color: Ce Soir. HEX triplet: 91, 63 and AA. RGB value is (145,99,170). Sum of RGB (Red+Green+Blue) = 145+99+170=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #9163AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9163AA is #6E9C55. Grayscale: #787878. Windows color (decimal): -7248982 or 11166609. OLE color: 11166609.

HSL color Cylindrical-coordinate representation of color #9163AA: hue angle of 278.87º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9163AA is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 99 170 -
CMYK 0.15 0.42 0 0.33
HSL 278.87º 0.29% 0.53% -
HSV(B) 278.87º 0.42% 0.67% -
XYZ 23.39 17.85 40.24 -
YUV 120.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 145 99 170 0.15 0.42 0 0.33 278.87 0.29 0.53
Hex 91 63 AA F 2A 0 21 117 1D 35
Octal 221 143 252 17 52 0 41 427 35 65
Binary 10010001 1100011 10101010 1111 101010 0 100001 100010111 11101 110101

Color Harmonies of #9163AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9163AA

Black with #9163AA

Text Example


Text Example

White with #9163AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,99,170); }

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

background-color css

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

 a { background-color: rgb(145,99,170); }

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

border-color css

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

 span { border-color: rgb(145,99,170); }

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