Html Css Color HEX #916DAD Ce Soir

📋 copy color: '#916DAD'

red 145 ◦ green 109 ◦ blue 173

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

Shades of Ce Soir #916DAD

Tints of Ce Soir #916DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 33.96%
G = 25.53%
B = 40.52%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#916DAD (or 0x916DAD) is known color: Ce Soir. HEX triplet: 91, 6D and AD. RGB value is (145,109,173). Sum of RGB (Red+Green+Blue) = 145+109+173=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #916DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916DAD is #6E9252. Grayscale: #7E7E7E. Windows color (decimal): -7246419 or 11365777. OLE color: 11365777.

HSL color Cylindrical-coordinate representation of color #916DAD: hue angle of 273.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #916DAD is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 109 173 -
CMYK 0.16 0.37 0 0.32
HSL 273.75º 0.28% 0.55% -
HSV(B) 273.75º 0.37% 0.68% -
XYZ 24.69 19.97 42.09 -
YUV 127.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 145 109 173 0.16 0.37 0 0.32 273.75 0.28 0.55
Hex 91 6D AD 10 25 0 20 112 1C 37
Octal 221 155 255 20 45 0 40 422 34 67
Binary 10010001 1101101 10101101 10000 100101 0 100000 100010010 11100 110111

Color Harmonies of #916DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916DAD

Black with #916DAD

Text Example


Text Example

White with #916DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916DAD; }

 p { color: rgb(145,109,173); }

 H1.HeaderClassName
 {
   color: #916DAD;
 }
 .AnyTagClassName
 {
   color: #916DAD;
 }
</style>

background-color css

<style>
 a { background-color: #916DAD; }

 a { background-color: rgb(145,109,173); }

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

border-color css

<style>
 span { border-color: #916DAD; }

 span { border-color: rgb(145,109,173); }

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