Html Css Color HEX #906BAE Ce Soir

📋 copy color: '#906BAE'

red 144 ◦ green 107 ◦ blue 174

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

Shades of Ce Soir #906BAE

Tints of Ce Soir #906BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 33.88%
G = 25.18%
B = 40.94%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#906BAE (or 0x906BAE) is known color: Ce Soir. HEX triplet: 90, 6B and AE. RGB value is (144,107,174). Sum of RGB (Red+Green+Blue) = 144+107+174=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #906BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BAE is #6F9451. Grayscale: #7D7D7D. Windows color (decimal): -7312466 or 11430800. OLE color: 11430800.

HSL color Cylindrical-coordinate representation of color #906BAE: hue angle of 273.13º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906BAE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 107 174 -
CMYK 0.17 0.39 0 0.32
HSL 273.13º 0.29% 0.55% -
HSV(B) 273.13º 0.39% 0.68% -
XYZ 24.4 19.5 42.52 -
YUV 125.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 144 107 174 0.17 0.39 0 0.32 273.13 0.29 0.55
Hex 90 6B AE 11 27 0 20 111 1D 37
Octal 220 153 256 21 47 0 40 421 35 67
Binary 10010000 1101011 10101110 10001 100111 0 100000 100010001 11101 110111

Color Harmonies of #906BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BAE

Black with #906BAE

Text Example


Text Example

White with #906BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,107,174); }

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

background-color css

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

 a { background-color: rgb(144,107,174); }

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

border-color css

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

 span { border-color: rgb(144,107,174); }

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