Html Css Color HEX #906DAC Ce Soir

📋 copy color: '#906DAC'

red 144 ◦ green 109 ◦ blue 172

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

Shades of Ce Soir #906DAC

Tints of Ce Soir #906DAC

RGB

 RED value IS 144 (56.64% from 255) = 33.88%

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

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

R = 33.88%
G = 25.65%
B = 40.47%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#906DAC (or 0x906DAC) is known color: Ce Soir. HEX triplet: 90, 6D and AC. RGB value is (144,109,172). Sum of RGB (Red+Green+Blue) = 144+109+172=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #906DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906DAC is #6F9253. Grayscale: #7E7E7E. Windows color (decimal): -7311956 or 11300240. OLE color: 11300240.

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

Color convert

RGB 144 109 172 -
CMYK 0.16 0.37 0 0.33
HSL 273.33º 0.28% 0.55% -
HSV(B) 273.33º 0.37% 0.67% -
XYZ 24.42 19.85 41.57 -
YUV 126.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 144 109 172 0.16 0.37 0 0.33 273.33 0.28 0.55
Hex 90 6D AC 10 25 0 21 111 1C 37
Octal 220 155 254 20 45 0 41 421 34 67
Binary 10010000 1101101 10101100 10000 100101 0 100001 100010001 11100 110111

Color Harmonies of #906DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DAC

Black with #906DAC

Text Example


Text Example

White with #906DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906DAC; }

 p { color: rgb(144,109,172); }

 H1.HeaderClassName
 {
   color: #906DAC;
 }
 .AnyTagClassName
 {
   color: #906DAC;
 }
</style>

background-color css

<style>
 a { background-color: #906DAC; }

 a { background-color: rgb(144,109,172); }

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

border-color css

<style>
 span { border-color: #906DAC; }

 span { border-color: rgb(144,109,172); }

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