Html Css Color HEX #906DA1 Ce Soir

📋 copy color: '#906DA1'

red 144 ◦ green 109 ◦ blue 161

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

Shades of Ce Soir #906DA1

Tints of Ce Soir #906DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.89%

R = 34.78%
G = 26.33%
B = 38.89%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#906DA1 (or 0x906DA1) is known color: Ce Soir. HEX triplet: 90, 6D and A1. RGB value is (144,109,161). Sum of RGB (Red+Green+Blue) = 144+109+161=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 161 - color contains mainly: blue. Hex color #906DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906DA1 is #6F925E. Grayscale: #7D7D7D. Windows color (decimal): -7311967 or 10579344. OLE color: 10579344.

HSL color Cylindrical-coordinate representation of color #906DA1: hue angle of 280.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906DA1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 109 161 -
CMYK 0.11 0.32 0 0.37
HSL 280.38º 0.22% 0.53% -
HSV(B) 280.38º 0.32% 0.63% -
XYZ 23.4 19.44 36.24 -
YUV 125.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 144 109 161 0.11 0.32 0 0.37 280.38 0.22 0.53
Hex 90 6D A1 B 20 0 25 118 16 35
Octal 220 155 241 13 40 0 45 430 26 65
Binary 10010000 1101101 10100001 1011 100000 0 100101 100011000 10110 110101

Color Harmonies of #906DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DA1

Black with #906DA1

Text Example


Text Example

White with #906DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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