Html Css Color HEX #9164AA Ce Soir

📋 copy color: '#9164AA'

red 145 ◦ green 100 ◦ blue 170

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

Shades of Ce Soir #9164AA

Tints of Ce Soir #9164AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.1%

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

R = 34.94%
G = 24.1%
B = 40.96%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9164AA (or 0x9164AA) is known color: Ce Soir. HEX triplet: 91, 64 and AA. RGB value is (145,100,170). Sum of RGB (Red+Green+Blue) = 145+100+170=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9164AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9164AA is #6E9B55. Grayscale: #797979. Windows color (decimal): -7248726 or 11166865. OLE color: 11166865.

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

Color convert

RGB 145 100 170 -
CMYK 0.15 0.41 0 0.33
HSL 278.57º 0.29% 0.53% -
HSV(B) 278.57º 0.41% 0.67% -
XYZ 23.49 18.04 40.27 -
YUV 121.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 145 100 170 0.15 0.41 0 0.33 278.57 0.29 0.53
Hex 91 64 AA F 29 0 21 117 1D 35
Octal 221 144 252 17 51 0 41 427 35 65
Binary 10010001 1100100 10101010 1111 101001 0 100001 100010111 11101 110101

Color Harmonies of #9164AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9164AA

Black with #9164AA

Text Example


Text Example

White with #9164AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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