Html Css Color HEX #9165AB Ce Soir

📋 copy color: '#9165AB'

red 145 ◦ green 101 ◦ blue 171

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

Shades of Ce Soir #9165AB

Tints of Ce Soir #9165AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 34.77%
G = 24.22%
B = 41.01%

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

#9165AB (or 0x9165AB) is known color: Ce Soir. HEX triplet: 91, 65 and AB. RGB value is (145,101,171). Sum of RGB (Red+Green+Blue) = 145+101+171=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9165AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9165AB is #6E9A54. Grayscale: #797979. Windows color (decimal): -7248469 or 11232657. OLE color: 11232657.

HSL color Cylindrical-coordinate representation of color #9165AB: hue angle of 277.71º 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 #9165AB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 101 171 -
CMYK 0.15 0.41 0 0.33
HSL 277.71º 0.29% 0.53% -
HSV(B) 277.71º 0.41% 0.67% -
XYZ 23.68 18.27 40.81 -
YUV 122.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 145 101 171 0.15 0.41 0 0.33 277.71 0.29 0.53
Hex 91 65 AB F 29 0 21 116 1D 35
Octal 221 145 253 17 51 0 41 426 35 65
Binary 10010001 1100101 10101011 1111 101001 0 100001 100010110 11101 110101

Color Harmonies of #9165AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165AB

Black with #9165AB

Text Example


Text Example

White with #9165AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9165AB; }

 p { color: rgb(145,101,171); }

 H1.HeaderClassName
 {
   color: #9165AB;
 }
 .AnyTagClassName
 {
   color: #9165AB;
 }
</style>

background-color css

<style>
 a { background-color: #9165AB; }

 a { background-color: rgb(145,101,171); }

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

border-color css

<style>
 span { border-color: #9165AB; }

 span { border-color: rgb(145,101,171); }

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