Html Css Color HEX #9171AC Ce Soir

📋 copy color: '#9171AC'

red 145 ◦ green 113 ◦ blue 172

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

Shades of Ce Soir #9171AC

Tints of Ce Soir #9171AC

RGB

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

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

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

R = 33.72%
G = 26.28%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9171AC (or 0x9171AC) is known color: Ce Soir. HEX triplet: 91, 71 and AC. RGB value is (145,113,172). Sum of RGB (Red+Green+Blue) = 145+113+172=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9171AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9171AC is #6E8E53. Grayscale: #818181. Windows color (decimal): -7245396 or 11301265. OLE color: 11301265.

HSL color Cylindrical-coordinate representation of color #9171AC: hue angle of 272.54º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9171AC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 113 172 -
CMYK 0.16 0.34 0 0.33
HSL 272.54º 0.26% 0.56% -
HSV(B) 272.54º 0.34% 0.67% -
XYZ 25.03 20.81 41.73 -
YUV 129.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 145 113 172 0.16 0.34 0 0.33 272.54 0.26 0.56
Hex 91 71 AC 10 22 0 21 111 1A 38
Octal 221 161 254 20 42 0 41 421 32 70
Binary 10010001 1110001 10101100 10000 100010 0 100001 100010001 11010 111000

Color Harmonies of #9171AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9171AC

Black with #9171AC

Text Example


Text Example

White with #9171AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9171AC; }

 p { color: rgb(145,113,172); }

 H1.HeaderClassName
 {
   color: #9171AC;
 }
 .AnyTagClassName
 {
   color: #9171AC;
 }
</style>

background-color css

<style>
 a { background-color: #9171AC; }

 a { background-color: rgb(145,113,172); }

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

border-color css

<style>
 span { border-color: #9171AC; }

 span { border-color: rgb(145,113,172); }

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