Html Css Color HEX #9175AC Ce Soir

📋 copy color: '#9175AC'

red 145 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #9175AC

Tints of Ce Soir #9175AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 33.41%
G = 26.96%
B = 39.63%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9175AC (or 0x9175AC) is known color: Ce Soir. HEX triplet: 91, 75 and AC. RGB value is (145,117,172). Sum of RGB (Red+Green+Blue) = 145+117+172=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #9175AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9175AC is #6E8A53. Grayscale: #838383. Windows color (decimal): -7244372 or 11302289. OLE color: 11302289.

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

Color convert

RGB 145 117 172 -
CMYK 0.16 0.32 0 0.33
HSL 270.55º 0.25% 0.57% -
HSV(B) 270.55º 0.32% 0.67% -
XYZ 25.48 21.72 41.88 -
YUV 131.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 145 117 172 0.16 0.32 0 0.33 270.55 0.25 0.57
Hex 91 75 AC 10 20 0 21 10F 19 39
Octal 221 165 254 20 40 0 41 417 31 71
Binary 10010001 1110101 10101100 10000 100000 0 100001 100001111 11001 111001

Color Harmonies of #9175AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9175AC

Black with #9175AC

Text Example


Text Example

White with #9175AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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