Html Css Color HEX #906BAB Ce Soir

📋 copy color: '#906BAB'

red 144 ◦ green 107 ◦ blue 171

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

Shades of Ce Soir #906BAB

Tints of Ce Soir #906BAB

RGB

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

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

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

R = 34.12%
G = 25.36%
B = 40.52%

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

#906BAB (or 0x906BAB) is known color: Ce Soir. HEX triplet: 90, 6B and AB. RGB value is (144,107,171). Sum of RGB (Red+Green+Blue) = 144+107+171=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #906BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BAB is #6F9454. Grayscale: #7D7D7D. Windows color (decimal): -7312469 or 11234192. OLE color: 11234192.

HSL color Cylindrical-coordinate representation of color #906BAB: hue angle of 274.69º 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 #906BAB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 107 171 -
CMYK 0.16 0.37 0 0.33
HSL 274.69º 0.28% 0.55% -
HSV(B) 274.69º 0.37% 0.67% -
XYZ 24.11 19.38 41 -
YUV 125.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 144 107 171 0.16 0.37 0 0.33 274.69 0.28 0.55
Hex 90 6B AB 10 25 0 21 113 1C 37
Octal 220 153 253 20 45 0 41 423 34 67
Binary 10010000 1101011 10101011 10000 100101 0 100001 100010011 11100 110111

Color Harmonies of #906BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BAB

Black with #906BAB

Text Example


Text Example

White with #906BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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